very basic website

This commit is contained in:
Xerenogan 2023-05-16 20:06:02 -04:00
parent 7ca27fb6ee
commit f6bd7117cf
1 changed files with 29 additions and 0 deletions

29
index.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>~winco</title>
</head>
<body style="background-color:slateblue;">
<pre>
/\/| _
|/\/_ _(_)_ __ ___ ___
\ \ /\ / / | '_ \ / __/ _ \
\ V V /| | | | | (_| (_) |
\_/\_/ |_|_| |_|\___\___/
</pre>
<hr>
<h1 style="text-align:center;">
Welcome!
</h1>
<p style="text-align:center;">
This is my website. It's a bit basic right now.
</p>
<br>
<a href="https://www.w3schools.com">Currently learning some basic html.</a>
</body>
</html>