Uecko_ERP/apps/web/index.html

30 lines
1004 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 rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap"
rel="stylesheet">
<title>FactuGES 2025</title>
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="factuges" class="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>