Files
treasury-site/dist/index.html
T
MiaRebane b4da560fe2 Add dist/index.html
Add initial site structure
2026-08-26 14:19:06 +00:00

12 lines
279 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Treasury Site</title>
</head>
<body>
<h1>Test Site</h1>
<p>Deployed from Gitea to Cloudflare Pages</p>
</body>
</html>