Files
wireframev5_frontend/index.html
T

14 lines
364 B
HTML
Raw Normal View History

2025-01-30 18:43:45 +01:00
<!DOCTYPE html>
2025-01-29 23:49:27 +01:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-01-30 18:43:45 +01:00
<link rel="icon" type="image/png" href="/src/favicon.png" />
2025-01-29 23:49:27 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-01-30 18:43:45 +01:00
<title>Wireframe V5</title>
2025-01-29 23:49:27 +01:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>