-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathindex.html
37 lines (29 loc) · 1.28 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name='apple-mobile-web-app-capable' content='yes'>
<link rel='apple-touch-icon' href='blockstrap/img/apple-touch-icon.png'>
<link rel='apple-touch-startup-image' href='blockstrap/img/apple-startup.png'>
<link href="blockstrap/img/apple-touch-icon-180x180.png" rel="icon" sizes="192x192" />
<meta name="msapplication-TileImage" content="blockstrap/img/apple-touch-icon-180x180.png"/>
<meta name="msapplication-TileColor" content="#ECECFB"/>
<link rel='shortcut icon' href='favicon.ico'>
<title>Blockstrap</title>
</head>
<body>
<!-- ONE LINE OF HTML AND ONE JS FILE -->
<div id="blockstrap" class="bs installing" data-loading-content="Installing / Loading Required Files"></div>
<!-- THE REST IS MAGIC -->
<script src="blockstrap/js/blockstrap.js"></script>
<!--
MAIN OPTIONS CONTROLLED VIA "/defaults.json"
ADDITIONAL OPTIONS CAN BE ADDED OR OVERRIDEN VIA "/secret.json"
TOO SEE AN EXAMPLE OF HOW TO MANUALLY INCLUDE FILES
RATHER THAN USING CONFIG OPTIONS AND MEMORY (BY DEFAULT)
PLEASE VISIT "/manual.html" rather than "/index.html"
-->
</body>
</html>