-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (24 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Example Viewer</title>
<!--
This file came from
https://github.com/curran/example-viewer
-->
<script src="https://unpkg.com/[email protected]/lib/codemirror.js"></script>
<script src="https://unpkg.com/[email protected]/mode/javascript/javascript.js"></script>
<script src="https://unpkg.com/[email protected]/mode/css/css.js"></script>
<script src="https://unpkg.com/[email protected]/mode/xml/xml.js"></script>
<script src="https://unpkg.com/[email protected]/mode/htmlmixed/htmlmixed.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/codemirror.min.css">
<script src="https://enjalot.github.io/Inlet/inlet.min.js"></script>
<link rel="stylesheet" href="https://enjalot.github.io/Inlet/inlet.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/example-viewer-dist/styles.css">
</head>
<body>
<script src="https://unpkg.com/[email protected]/example-viewer-dist/bundle.min.js"> </script>
</body>
</html>