-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathentry.html
23 lines (23 loc) · 1023 Bytes
/
entry.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#00bcd4">
<meta name="msapplication-navbutton-color" content="#00bcd4">
<meta name="apple-mobile-web-app-status-bar-style" content="#00bcd4">
<link rel="shortcut icon" href="/favicon.ico?v=2" />
<link rel="apple-touch-icon-precomposed" href="/favicon.ico?v=2" />
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" href="/public/app.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
<title>Nochatting</title>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/public/bundle.js"></script>
</body>
</html>