mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
16 lines
529 B
HTML
16 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Luke Hagar</title>
|
|
<meta name="description" content="Welcome!" />
|
|
<link rel="icon" href="%sveltekit.assets%/Luke.png" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<script defer data-domain="lukehagar.com" src="https://events.plygrnd.org/js/script.js"></script>
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-theme="luke">
|
|
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|