-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (27 loc) · 1.41 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<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" />
<meta names="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="stylesheet" href="themes/Aristo2/aristo2.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<noscript>
<div id="container" style="position:absolute;top:55%;left:50%;">
<div style="width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555">
<p style="line-height: 1.6em;font-size:16px;">JavaScript is required for this site to work correctly but is either disabled or not supported by your browser.</p>
</div>
</div>
</noscript>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="ace/ace.js"></script>
<script src="Objective-J.js"></script>
<script src="app.js"></script>
</html>