forked from David-Orangemoon/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·27 lines (27 loc) · 1.48 KB
/
index.html
File metadata and controls
executable file
·27 lines (27 loc) · 1.48 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Coffee Documentation</title>
<link rel="preconnect" href="https://fonts.googleapis.com" excludeFetch="true">
<link rel="preconnect" href="https://fonts.gstatic.com" excludeFetch="true" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&display=swap" rel="stylesheet" excludeFetch="true">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="readingArea" id="main"></div>
<footer>
<p>Liscensed under the Apache 2.0 liscense.</p>
<p>CodeMirror is under the MIT liscense.</p>
<a excludeFromDownload="true" id="downloadPage">Download this page</a><br>
<a excludeFromDownload="true" href="?page=index">Back to index</a>
</footer>
<script excludeFromDownload="true"> window.docIdentifier = "coffeeDocs"; </script>
<script excludeFromDownload="true" src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
<script excludeFromDownload="true" src="src/markedExtension.js"></script>
<script excludeFromDownload="true" src="src/codeMirror/codeMirror.js"></script>
<script excludeFromDownload="true" src="src/codeMirror/runMode.js"></script>
<script excludeFromDownload="true" src="src/codeMirror/codeColourizer.js"></script>
<script excludeFromDownload="true" src="src/codeMirror/javascript.js"></script>
<script src="src/reader.js"></script>
</body>
</html>