factuges_2025/apps/web/index.html
2025-05-01 13:52:39 +02:00

19 lines
551 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>FactuGES 2025</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="factuges"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>