hexaitos.com/_layouts/contact.html

27 lines
515 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">
2024-10-26 20:09:30 +00:00
<meta name="description" content="{{ page.description }}">
2024-09-30 10:12:24 +00:00
<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>