forked from ifrost/afterwriting-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 732 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>'afterwriting</title>
<meta name="description" content="Post-processing Fountain screenplays - PDF creation and statistics">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/x-icon" href="gfx/favicon.ico">
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2020-12-28_21-22" />
<script src="bundle/js/pdfjs/pdf.min.js"></script>
<script type="text/javascript">
PDFJS.disableWorker = true;
var JS_TREE_WORKERS_ENABLED = true;
</script>
<script src="bundle/js/afterwriting.js?last_update=2020-12-28_21-22" defer></script>
</head>
<body>
<p class="loader">Loading...</p>
</body>
</html>