-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<title>ToastyVoid's website</title>
</head>
<body>
<link rel="stylesheet" href="../assets/style.css">
<h1>Welcome to my website!</h1>
<p>Welcome to ToastyVoid/Qwasker's website!<br>ToastyVoid and Qwasker are pseudonyms to hide my real name! So yup... you get it!</p>
<p>I am a passionate game developer and a gamer.<br><br>(P.S: this website is incomplete because i am making a game and i do not have much time to make this website!)</p>
<p>Other pages:</p>
<li><a href="contacts.html">Contact me!</a></li>
<li><a href="socials.html">My socials (not much here tho)</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="projects.html">My projects! :D</a></li>
<li><a href="useless.html">Useless tools</a></li>
<li><a href="about.html">About this website</a></li>
<p>This website also has a mascot that i temporairly removed for some reason (dont question it)</p>
<p>Btw this website is...</p>
<center>
<img src="assets/constructgif1.gif" alt="under construction 1">
<img src="assets/constructgif2.gif" alt="under-construction 2">
</center>
</body>
</html>