Files
argo-temp/apps/reef/public/index.html
T

24 lines
523 B
HTML
Raw Normal View History

2025-08-27 19:32:09 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>blåhaj reef</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/static/style.css" rel="stylesheet" />
</head>
<body>
<header>
<h1>🦈 blåhajs reef</h1>
<p>cute sea-friends saying hi (live from your mesh)</p>
</header>
<main id="cards"></main>
<footer>
<button id="refresh">refresh</button>
</footer>
<script type="module" src="/static/app.js"></script>
</body>
</html>