-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (28 loc) · 938 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>savvax</title>
<meta charset="UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-8HPR7NPXFP">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8HPR7NPXFP');
</script>
</head>
<body>
<p style="font-size: 40px">Hi👋🏻 I'm Savva</p>
<a href="https://github.com/savvax" target="_blank">[GitHub]</a>
<br>
<a href="https://linkedin.com/in/savvax" target="_blank">[LinkedIn]</a>
<br>
<a href="https://t.me/sxvvx" target="_blank">[Telegram]</a>
<br>
<a href="https://www.instagram.com/savvax/" target="_blank">[Instagram]</a>
<br>
<a href="mailto:[email protected]" target="_blank">[Email]</a>
</body>