ff-operation/index.html
Julian Krauser f50dff99f3 base structure
transfered from ff admin
2025-02-16 10:48:16 +01:00

12 lines
326 B
HTML

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