This repository has been archived on 2026-03-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
softwareengineering-2-modar.../frontend/index.html
2025-04-08 14:31:32 +02:00

13 lines
347 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href="/vite.svg" rel="icon" type="image/svg+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Vite + Preact + TS</title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>