-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (22 loc) · 987 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
<title>TextBase</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato">
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
<link rel="stylesheet" type="text/css" href="styles/flex.css"/>
<link rel="stylesheet" type="text/css" href="styles/content.css"/>
<link rel="stylesheet" type="text/css" href="styles/indent.css"/>
<link rel="stylesheet" type="text/css" href="styles/atoms.css"/>
<link rel="stylesheet" type="text/css" href="styles/cards.css"/>
</head>
<body>
<div data-role="system" class="container flex-container">
<div data-role="toolbar" class="toolbar"></div>
<div data-role="editor" class="editor" contentEditable=true></div>
<pre data-role="structure" class="structure"></pre>
</div>
<script type="module" src="examples/full/main.js"></script>
</body>
</html>