-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (20 loc) · 906 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>remote-pad</title>
<!-- Prevent zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="manifest" href="static/manifest.json" />
<link rel="icon" type="image/x-icon" href="static/img/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="static/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="static/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="static/img/favicon-16x16.png" sizes="16x16">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>