-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·40 lines (31 loc) · 1.49 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="shortcut icon" href="favicon.ico?v=2" />
<!-- UL, LI, and typography styles inherited from global styles -->
<!-- <link rel="stylesheet" href="style.css"> -->
<!-- Layout styles & mobile styles here -->
<link rel="stylesheet" href="binder.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body id = "binder">
<div id="menu">
<div id="logo"></div>
<div id="menu-open">
<div id="clickable">Course Links →</div></div>
<ul id="navigation"></ul>
</div>
<div id="background-site"><iframe name="backgrnd" id="backgrnd" scrolling="yes" src=""></iframe></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="js/vendor/jquery.ui.touch-punch.min.js"></script>
<script src="js/google-docs-site.1.0.js"></script>
</body>
</html>