This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·44 lines (38 loc) · 1.53 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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Blip Notes</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<!-- Begin iOS settings -->
<!-- Run in full-screen mode -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Disable phone number detection -->
<meta name="format-detection" content="telephone=no">
<!-- Icons -->
<!-- iOS 7 iPhone (retina) -->
<link href="ios/apple-touch-icon-120x120.png"
sizes="120x120"
rel="apple-touch-icon">
<!-- Startup images -->
<!-- iOS 6 & 7 iPhone 5 -->
<link href="ios/apple-touch-startup-image-640x1096.png"
media="(device-width: 320px) and (device-height: 568px)
and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image">
<!-- iOS 6 & 7 iPhone (retina) -->
<link href="ios/apple-touch-startup-image-640x920.png"
media="(device-width: 320px) and (device-height: 480px)
and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image">
<!-- End iOS settings -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="app"><p>Loading app...</p></div>
<!-- config -->
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>