-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 940 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 940 Bytes
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>Papier</title>
<link rel="icon" type="image/png" href="images/icon48.png" />
</head>
<body>
<div style="position: absolute; opacity: 0; z-index: -9999; width: 0; height: 0; overflow: hidden">
<span style="font-family: 'Roboto Mono'; font-weight: normal; font-style: normal;">.</span>
<span style="font-family: 'Roboto Mono'; font-weight: normal; font-style: italic;">.</span>
<span style="font-family: 'Roboto Mono'; font-weight: bold; font-style: normal;">.</span>
<span style="font-family: 'Roboto Mono'; font-weight: bold; font-style: italic;">.</span>
<span style="font-family: 'Roboto'; font-weight: normal; font-style: normal;">.</span>
<span style="font-family: 'Roboto'; font-weight: bold; font-style: normal;">.</span>
</div>
<div id="app"/>
<script src="application.js"></script>
</body>
</html>