2024-08-18 19:48:14 +00:00
|
|
|
<!DOCTYPE html>
|
2024-09-30 09:29:39 +00:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
|
|
<title>hexaitos.com</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="menu">
|
|
|
|
<a href="index.html">Home</a>
|
|
|
|
<a href="blog.html">Blog</a>
|
|
|
|
<a href="art.html">Art</a>
|
|
|
|
<a href="refsheet.html">Ref sheet</a>
|
|
|
|
<a href="contact.html">Contact</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="main">
|
|
|
|
<div class="pfp">
|
|
|
|
<img src="/assets/css/images/Hexaitos/FaultyArts/hexaitos_icon.png"/>
|
|
|
|
<p>A headshot of me!<br/> Made by FaultyArts</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1>Welcome to my website!</h1>
|
|
|
|
<p>Hello and welcome to my website :></p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p>2024 - 2024 hexaitos.com</p>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</html>
|