Files

14 lines
362 B
Plaintext
Raw Permalink Normal View History

2026-06-12 15:40:12 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Network Directory</title>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
2026-06-17 22:30:32 -04:00
<body class="bg-[#<%= @dark_hex %>] text-[#<%= @light_hex %>] font-semibold antialiased">
2026-06-12 15:40:12 -04:00
<div class="container mx-auto px-4 py-8">
<%= yield %>
</div>
</body>
</html>