-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 891 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bruno Neureiter</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Rubik:wght@400;500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/home.css">
</head>
<body style="height:100svh">
<div class="cont">
<a href="https://www.instagram.com/brunoneureiter/">
<h1 data-value="insta">insta</h1>
</a>
<a href="https://www.youtube.com/c/BrunoNeureiter">
<h1 data-value="youtube">youtube</h1>
</a>
<a href="work/">
<h1 data-value="work">work</h1>
</a>
</div>
<script src="js/js2.js"></script>
</body>
</html>