forked from prose/prose
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
22 lines (22 loc) · 989 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 charset='UTF-8'/>
<title>Prose · A Content Editor for GitHub</title>
<meta name='apple-mobile-web-app-status-bar-style' content='white' />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
<link rel='shortcut icon' href='img/favicon.ico' type='image/x-icon' />
<link rel='apple-touch-icon' href='img/[email protected]' />
<link rel='apple-touch-icon' sizes="72x72" href='img/[email protected]' />
<link rel='apple-touch-icon' sizes="114x114" href='img/[email protected]' />
<link rel='apple-touch-icon' sizes="144x144" href='img/[email protected]' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/handsontable/0.20.2/handsontable.full.min.css">
<link rel='stylesheet' href='dist/prose.css'>
</head>
<body>
<div id='prose'></div>
<script src='locale.js'></script>
<script src='dist/prose.js'></script>
</body>
</html>