-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
21 lines (21 loc) · 924 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="content.css">
</head>
<body>
<div style="width: 100%;margin: auto;text-align: center;">
<img src="./welcomeart.png" width="200" height="100">
<p>This is my website. Hope you enjoy 😁!</p>
<p><-- Navigation on the left | stuff on the right --></p>
<p>Always under construction 🛠 so here be bugs ⚠ .</p>
<p><strong>NOT MOBILE FRIENDLY ⛔📱!</strong> Best viewed with Firefox. (I'm not testing any other browsers 😅)</p>
<img src="./itsmeart.png" width="200" height="100">
<p>So here's a bit about me.</p>
<p>I like programing and computers in general. I mostly play video games in my spare time.</p>
<p>My Zodiac Sign is Cancer ♋ </p>
</div>
</body>
</html>