Files
agologum/client/index.html
Blitblank 92f3e1e442
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
placeholder
2026-02-28 20:26:11 -06:00

14 lines
337 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>homeburger place</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>