-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 943 Bytes
/
index.html
File metadata and controls
28 lines (24 loc) · 943 Bytes
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
<html>
<head>
<link rel="shortcut icon"
href="./fav.svg">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto Mono', monospace;
}
</style>
<script defer src="https://eu.umami.is/script.js" data-website-id="8e554db8-2732-4575-920e-ea80839d0211"></script>
</head>
<body>
<div align="center">
<div align="left" style="width: 60%;">
<h1>Hi, My name is Sviatoslav</h1>
<p><a href="./portfolio.html">Here</a> is my datascience portfolio <a href="./cornholio.html" style="color: white">cornholio</a></p>
<p><a href="https://t.me/sv9t_channel">Here</a> is my telegram channel</p>
<p><a href="./contacts.html">Contacts</a></p>
<p><a href="./home/index.html">Posts</a></p>
</div>
</div>
</body>
</html>