22 lines
786 B
HTML
22 lines
786 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- Vite serves everything in /public at the site root -->
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Borealis — Workflow Automation Tool" />
|
|
<link rel="apple-touch-icon" href="/Borealis_Logo.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<title>Borealis</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
<!-- Vite entrypoint; adjust to main.tsx if you switch to TS -->
|
|
<script type="module" src="/src/index.jsx"></script>
|
|
</body>
|
|
</html> |