mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-15 04:16:53 +00:00
24 lines
523 B
HTML
24 lines
523 B
HTML
<!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åhaj’s 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>
|