-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheditor.html
More file actions
21 lines (19 loc) · 799 Bytes
/
editor.html
File metadata and controls
21 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="./lib/require-2.1.2.js" data-main="gh-book.js"></script>
<script type="text/javascript" src="./config/bookish-config.js"></script>
<script type="text/javascript" src="./config/epub-config.js"></script>
<script type="text/javascript" src="./config/gh-book-config.js"></script>
<style type="text/css">
#accordion-metadata { display: none; }
</style>
</head>
<body>
<div id="main">
<h1>Loading book editor (hopefully)</h1>
<p>This should take up to 1 minute. If it takes longer there may be a problem.</p>
</div>
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full&delayStartupUntil=configured"></script>
</body>
</html>