website-winco/index.html

30 lines
587 B
HTML

<!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>