-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
35 lines (33 loc) · 1.36 KB
/
main.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
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">
<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 there may be bugs ⚠ .</p>
<p><strong>NOT MOBILE FRIENDLY ⛔📱!</strong> Best viewed with Firefox. (I'm not testing any other browsers 😅)</p>
<div class="showcase">
<p>Osu profile</p>
<div>
<img src="https://osu-profile-stats.vercel.app/api/profile-stats/thewill1300?playmode=osu&version=mini&height=120" alt="osu! stats card" />
</div>
</div>
<br>
<div class="showcase">
<p>Github profile</p>
<div>
<img src="https://github-readme-stats.vercel.app/api?username=home-gihub" alt="github stats card" />
</div>
</div>
<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>