- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
38 lines (37 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.1 KB
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Savely Antonov</title>
<linkrel="stylesheet" href="styles.css">
</head>
<!-- Google tag (gtag.js) -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=G-G2TPQTT9CR"></script>
<script>
window.dataLayer=window.dataLayer||[];
functiongtag(){dataLayer.push(arguments);}
gtag('js',newDate());
gtag('config','G-G2TPQTT9CR');
</script>
<body>
<divclass="container">
<header>
<h1>Hi, I'm Savely!</h1>
</header>
<imgsrc="/img/my_picture.jpg">
<footer>
<ahref="https://github.com/volvetcode" target="_blank">github</a>
<!-- -->
•
<!-- -->
<ahref="https://t.me/amvolvet" target="_blank">telegram</a>
<!-- -->
•
<!-- -->
<ahref="https://github.com/volvetcode?tab=repositories target="_blank">projects</a>
<p>@ 2025 volvetcode</p>
</footer>
</div>
</body>
</html>