33 lines
681 B
HTML
Executable File
33 lines
681 B
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
|
||
<title>Hexaitos.com – Art</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">
|
||
<h1 id="art-of-hexaitos">Art of Hexaitos</h1>
|
||
<p>This page contains art that I have commissioned.</p>
|
||
|
||
</div>
|
||
</body>
|
||
|
||
<footer>
|
||
<p>2024 - 2024 hexaitos.com</p>
|
||
<p>Made with Jekyll</p>
|
||
</footer>
|
||
|
||
</html>
|