-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
33 lines (26 loc) · 1.05 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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="globalsign-domain-verification" content="9buOUAsm68lg97yJaT2W5IBeTkSrlGbOrsVwziHjIw" />
<meta charset="utf-8">
<title>Etherpad</title>
<!--
Thanks to the hero Yohei Shimomae and the Apache Cordova team for the original design.
http://couchdb.apache.org
Thanks to Patrick Hoesly for his original artwork:
http://www.flickr.com/photos/zooboing/4715048673/
Thanks to Dave Gandy for his work on Font Awesome
http://fortawesome.github.com/Font-Awesome
This iconic web font was used extensively around the site.
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/reset.css" />
<meta name="google-site-verification" content="bVuuj6GwPO2TG1ZmB67XFvKxM0YSMrQIw5rYcG5RwVw" />
</head>
<body>
<div id="root"></div>
<div id="banner"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>