-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (21 loc) · 969 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
<!DOCTYPE html>
<html lang="en" manifest="manifest.appcache">
<head>
<title>dSeer</title>
<meta charset="UTF-8">
<meta content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="images/icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/icon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icon-152.png">
<link rel="stylesheet" href="styles/layout.css" media="all">
<link rel="stylesheet" href="styles/crystal2.css" media="all">
<link rel="stylesheet" href="styles/crystal-animations.css" media="all">
</head>
<body>
<div id="seer"></div>
<script src="bundle.min.js"></script>
</body>
</html>