-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.44 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>zaero website thing</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<header>
<h1 class="headertext">website</h1>
</header>
</center>
<nav>
<ul>
<li><a href="https://www.roblox.com/users/4428263827/profile">Roblox</a></li>
<li><a href="https://www.tiktok.com/@zaerothing69420">TikTok</a></li>
</ul>
</nav>
<img src="https://tr.rbxcdn.com/758db2dfb17aef819920109db01e6cd8/420/420/Decal/Png" width="250" height="250" class="cat">
<p class="one">im a beginner programmer, hence why it looks horrible, i play roblox and minecraft a lot and im mostly on discord too (zaerothing), so feel free to add me on there. i also speak english and spanish, and a bit of portuguese too...</p>
<p class="two">i dont have that much devices, really, but im kind of on tech too.</p>
<h3 class="three">devices:</h3>
<ul class="four">
<li>a pretty good pc</li>
<li>Lenovo G470 with arch (btw)</li> <!-- WHEN WILL I GET A THINKPAD OH MY GOD -->
<li>Samsung Galaxy A34 5G</li>
<li><s>Samsung Galaxy J7 2015</s></li>
</ul>
<center>
<h1 class="five">yeah, im not gonna get into detail. thats all.</h1>
</center>
</body>
</html>