-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 860 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<!-- Load Boostrap -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<!-- Load custom styles -->
<link rel="stylesheet" type="text/css" href="./css/styles.css" />
<!-- Load jQuery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<!-- Load Boostrap scripts -->
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Load Giphy API helper -->
<script type="text/javascript" src="./js/giphy.js"></script>
<!-- Load custom scripts -->
<script type="text/javascript" src="./js/scripts.js"></script>
</head>
<body>
<!-- Put your Giphy search and results container in here -->
</body>
</html>