-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 943 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<title>Game Utility App</title>
<link rel="stylesheet" href="https://potato-y.github.io/CSS/reset.css" />
<link rel="stylesheet" href="./web-site/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WNLMQEDQG9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-WNLMQEDQG9");
</script>
</head>
<body>
<nav class="top">
<div class="nav__title">
<a id="app_title" href="/">Game Utility App</a>
<a id="app_power" href="#">by Potato-Y</a>
</div>
</nav>
</body>
</html>