-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 864 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome!</title>
<link rel="icon" type="image/x-icon" href="favicon.svg">
<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=Lexend:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<a href="https://randomuser12342.github.io">Home</a>
<a href="https://randomuser12342.github.io/projects">Projects</a>
</div>
<br>
<div class="rotating">
<h1>Welcome!</h1>
</div>
<br>
<h2>Welcome to the Website!</h2>
<p>As a hobby I like to code websites. So yeah, this is a work in progress so you won't see much :l</p>
</body>
</html>