Uecko_ERP/apps/web/index.html

21 lines
671 B
HTML
Raw Normal View History

2025-05-02 21:43:51 +00:00
<!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>
2025-05-28 14:21:09 +00:00
<link rel="icon" type="image/png" href="/favicon.png" />
2025-07-07 18:25:13 +00:00
<link href="/src/global.css" rel="stylesheet">
2025-05-02 21:43:51 +00:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
2025-06-24 18:38:57 +00:00
<div id="factuges" class="app"></div>
2025-05-02 21:43:51 +00:00
<script type="module" src="/src/main.tsx"></script>
</body>
</html>