Files
dyncoll-dev/frontend/index.html
Giuseppe Naponiello 36bcc9a842 first commit
2026-06-14 19:01:02 +02:00

11 lines
298 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0">
<title>Dynamic Collection - Index</title>
</head>
<body>
<script type="module" src="./src/pages/index/index.ts"></script>
</body>
</html>