-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (46 loc) · 2.03 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Thinking Bytes</title>
<link href="Content/bootstrap.css" type="text/css" rel="stylesheet" />
<link href="Content/meditations.css" type="text/css" rel="stylesheet" />
<link href="Content/meditations-impress.css" type="text/css" rel="stylesheet" />
<link href="Content/med-impress-free-will.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Atomic+Age" rel="stylesheet">
<script src="Scripts/jquery-3.2.1.js" type="text/javascript"></script>
<script src="Scripts/meditations.js" type="text/javascript"></script>
</head>
<body style="cursor: auto;">
<div class="all-container">
<div id="impress-container">
<div id="impress">
</div>
</div>
<div id="med-outline-container">
<div id="med-outline">
<!--Test Outline-->
<!--<div>Root</div>
<div class="med-outline-children med-outline-depth-1">
<div>A</div>
<div class="med-outline-children med-outline-depth-2">
<div>A1</div>
<div>A2</div>
<div class="med-outline-children med-outline-depth-3">
<div>A1X</div>
<div>A2Y</div>
</div>
</div>
<div>B</div>
<div>C</div>
</div>-->
</div>
</div>
</div>
<div id="byte-content" style="display: none;">
</div>
<footer>
<script src="Scripts/impress.js" type="text/javascript"></script>
</footer>
</body>
</html>