-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (27 loc) · 932 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
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=600, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<title>Nikolay Frantsev</title>
<meta name="description" content="Nikolay Frantsev’s Homepage">
</head>
<body>
<h1>Nikolay Frantsev</h1>
<ul>
<li><a href="mailto:[email protected]">Mail</a></li>
<li><a href="https://telegram.me/NikolayFrantsev">Telegram</a></li>
<li><a href="https://www.instagram.com/NikolayFrantsev">Instagram</a></li>
<li><a href="https://www.strava.com/athletes/NikolayFrantsev">Strava</a></li>
</ul>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7M5VDRQEYY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7M5VDRQEYY');
</script>
</body>
</html>