-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 1.45 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
45
46
47
48
49
50
51
52
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="assets/index.css" />
<body>
<div id="container">
<div id="main"></div>
</div>
<div id="container-detail">
<div id="detail"></div>
</div>
<div id="email"></div>
<div id="links">
<a href="https://www.linkedin.com/in/viktor-kunovski-7021916/" target="_blank">
<img class="linkedin" src="assets/linkedin.png" />
</a>
<a href="https://github.com/viktorku" target="_blank">
<img class="github" src="assets/github.png" />
</a>
</div>
<div id="mo">
<p>mo money</p>
<p>mo problems</p>
<p>mo refactors</p>
</div>
<div id="ctrl">
<p>
<a href="https://github.com/viktorku/kunovski#readme" target="_blank">what's this?</a>
</p>
<p>
<a href="" id="refresh">restart</a>
</p>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120905055-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120905055-1');
</script>
</body>
</html>