-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·29 lines (23 loc) · 809 Bytes
/
index.html
File metadata and controls
executable file
·29 lines (23 loc) · 809 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IOING</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="write" />
<meta name="format-detection" content="telephone=no" />
<meta name="description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="logo.png">
<link rel="manifest" href="manifest.json" />
<link rel="icon" sizes="192x192" href="logo.png">
<link rel="apple-touch-icon" sizes="192x192" href="logo.png">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="">
<meta name="theme-color" content="#ffffff">
</head>
<body>
</body>
</html>