hexaitos.com/_layouts/contact.html

26 lines
456 B
HTML
Raw Normal View History

2024-09-30 10:12:24 +00:00
<!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">
<h1>Where to find me</h1>
<div class="contact">
{{ content }}
</div>
</div>
<footer>
{% include footer.html %}
</footer>
</body>
2024-09-30 10:12:24 +00:00
</html>