-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (22 loc) · 847 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- cusomise here -->
<link href="css/styles.css" rel="stylesheet" media="screen">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="lib/zon_api.js"></script>
<!-- cusomise here -->
<script type="text/javascript" src="js/example.js"></script>
</head>
<body>
<div class="container">
<h1>Example from Zeit Online API</h1>
<p>Matches for whaling:</p>
<ol class="result">
</ol>
<a href="https://github.com/ZeitOnline/content-api-jquery">jQuery lib for ZON API</a>
</div>
</body>
</html>