Files
zep/index.html
2026-04-05 19:08:10 -04:00

15 lines
387 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/zep.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zep</title>
</head>
<body>
<div id="root"></div>
<script src="config.js"></script>
<script type="module" src="src/main.ts"></script>
</body>
</html>