-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 930 Bytes
/
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>
<head>
<meta charset="utf-8">
<title>b9words</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<link rel="icon" href="./static/favicon.png" type="image/png" sizes="256x256">
<link rel="icon" href="./static/favicon.svg" type="image/svg+xml" sizes="any">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129048063-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-129048063-1');
</script>
</head>
<body>
<div id="app">
<p class="loading">컨텐츠를 불러오고 있습니다...</p>
</div>
<script src="./userdata/database.js"></script>
<!-- built files will be auto injected -->
</body>
</html>