hexaitos.com/_layouts/home.html

29 lines
907 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<body>
{% include menu.html %}
<div class="main">
<div class="pfp">
<img src="/assets/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 :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. </p>
</div>
</body>
<footer>
{% include footer.html %}
</footer>
</html>