2024-03-01 12:51:23 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2024-03-09 19:26:51 +11:00
|
|
|
<link rel="stylesheet" href="/static/css/style.css" />
|
2024-03-10 14:01:57 +11:00
|
|
|
<link rel="stylesheet" id="theme-target" href="{}" />
|
2024-05-01 17:19:51 +10:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-03-05 14:42:40 +11:00
|
|
|
<script src="/static/js/htmx.min.js"></script>
|
2024-03-10 14:01:57 +11:00
|
|
|
<script src="/static/js/jquery-3.7.1.min.js"></script>
|
|
|
|
<script src="/static/js/scripts.js"></script>
|
2024-03-01 12:51:23 +11:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-03-05 14:42:40 +11:00
|
|
|
<div id="root-head">
|
|
|
|
<ul class="navbar">
|
|
|
|
<li class="visually-hidden"><a href="#main-content">Skip to main content</a></li>
|
|
|
|
<li><button hx-get="/static/html/projects.html" hx-target="#main-content" hx-push-url="/">Projects</button></li>
|
|
|
|
<li><button hx-get="/static/html/contact.html" hx-target="#main-content" hx-push-url="/contact">Contact</button></li>
|
|
|
|
<li><button hx-get="/static/html/about.html" hx-target="#main-content" hx-push-url="/about">About</button></li>
|
2024-04-18 11:24:33 +10:00
|
|
|
<li class="right"><button id="theme-button" class="button-emoji"></button></li>
|
2024-03-05 14:42:40 +11:00
|
|
|
</ul>
|
|
|
|
<div id="root-body">
|
|
|
|
<div id="main-content">
|
|
|
|
{}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-03-01 12:51:23 +11:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|