-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 824 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
<!doctype html>
<html id="adapt" class="no-js" lang="en" dir="ltr">
<head>
<script type="text/javascript">
window.ISCOOKIELMS = false;
</script>
<script src="offline_API_wrapper.js" type="text/javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Adapt</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="adapt.css" type="text/css" rel="stylesheet">
<script src="libraries/modernizr.js" type="text/javascript"></script>
<script src="adapt/js/scriptLoader.js" type="text/javascript"></script>
</head>
<body>
<div id="app">
<div id="wrapper">
<!-- Menu / page render here -->
</div>
</div>
</body>
</html>