-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·22 lines (22 loc) · 958 Bytes
/
index.html
File metadata and controls
executable file
·22 lines (22 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contentstack - Javascript SDK</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo=">
</head>
<body>
<div class="container">
<h1>News</h1>
<p><em>Click to view the news</em></p>
<div id="wrapper"></div>
<div id="button">
<input type="submit" name="Download Asset">
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4="></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo="></script>
<script src="../../dist/web/contentstack.js"></script>
<script src="scripts/custom.min.js"></script>
</body>
</html>