-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·35 lines (27 loc) · 1.11 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
<!doctype html>
<!--<html lang="en" manifest="manifest.ashx">-->
<html lang="en" >
<head>
<title>Scholastic</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/dictionary.css">
<link rel="stylesheet" type="text/css" href="./css/OldDictionary.css">
<link rel="stylesheet" type="text/css" href="./css/YoungDictionary.css">
<link rel="stylesheet" type="text/css" href="./css/jquery-ui.css" />
<link rel="stylesheet" href="css/bookPageStyle.css" type="text/css">
<link rel="stylesheet" href="css/bookPageStyle.css" id="stylesheet" type="text/css">
<link id ="highlightsOnCSS" rel="stylesheet" href="" type="text/css" />
<!-- Load the script "js/main.js" as our entry point -->
<script type="text/javascript" data-main="js/bootstrap" src="js/libs/require/require.js"></script>
</head>
<body>
<div id="main-container">
<div id="menu"></div>
<div id="page">
Loading....
</div>
<div id="footer"></div>
</div>
</body>
</html>