-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.31 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.31 KB
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>
<head>
<meta name="robots" content="noindex, nofollow" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
<title>Page Title | Site Title</title>
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/icomoon.min.css">
<link rel="stylesheet" type="text/css" href="css/proximanovasoft.min.css">
<link rel="stylesheet" type="text/css" href="css/jquery.tagit.min.css">
<link rel="stylesheet" type="text/css" href="css/tooltipster.min.css">
<link rel="stylesheet" type="text/css" href="css/main.min.css">
</head>
<body>
<div id="scope">
Hello, world!
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://tinymce.cachefly.net/4.1/tinymce.min.js"></script>
<script src="js/tag-it.min.js"></script>
<script src="js/jquery.tooltipster.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>