forked from prose/prose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 817 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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='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/prose@57.png' />
<link rel='apple-touch-icon' sizes="72x72" href='./img/prose@72.png' />
<link rel='apple-touch-icon' sizes="114x114" href='./img/prose@114.png' />
<link rel='apple-touch-icon' sizes="144x144" href='./img/prose@144.png' />
<link rel='stylesheet' href='./style.css'>
</head>
<body>
<div id='prose'></div>
<script src='locale.js'></script>
<script src='dist/prose.js'></script>
</body>
</html>