-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Mr Ed Context</title>
<script src="vendor/codemirror-3.0rc1/lib/codemirror.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/javascript/javascript.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/coffeescript/coffeescript.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/css/css.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/xml/xml.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/htmlmixed/htmlmixed.js"></script>
<script src="vendor/codemirror-3.0rc1/mode/htmlembedded/htmlembedded.js"></script>
<link rel="stylesheet" href="vendor/codemirror-3.0rc1/lib/codemirror.css">
<script type="text/javascript" src="vendor/jquery-1.7.2.js"></script>
<script type="text/javascript" src="vendor/jquery-hotkeys.js"></script>
<script type="text/javascript" src="main.js"></script>
<link href="style/style.css" rel="stylesheet">
</head>
<body>
<div id="pageWrapper">
</div>
</body>
</html>