forked from sxswdemo/github-book
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 765 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>OERPUB GitHub book editor</title>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="styles/workspace/oerpub-logo-03.ico">
<link rel="stylesheet" type="text/css" href="styles/loading.css" />
<!-- Application source. -->
<script data-main="scripts/main" src="./bower_components/requirejs/require.js"></script>
</head>
<body>
<div id="main">
<div class="loading-container">
<div class="loading">
<h3 id="loading-text">Loading Editor...</h3>
<div class="progress progress-striped active">
<div id="loading-bar" class="bar" style="width: 100%"></div>
</div>
</div>
</div>
</div>
</body>
</html>