-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.04 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
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>karpovigorok github homepage</title>
<meta name="description" content="">
<style>
html,
body {
height: 100%;
}
</style>
<!-- Favicon -->
<link rel="shortcut icon" id="page_favicon" href="/img/favicon.ico" rel="icon" type="image/x-icon">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BB39DLQCFM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BB39DLQCFM');
</script>
</head>
<body>
<div class="container h-100">
<div class="h-100 justify-content-center align-items-center">
<a href="/cv">Igor Karpov CV</a><br>
<a href="/peremoha">When will the war in Ukraine End</a><br>
</div>
</div>
</body>
</html>