Stirling-PDF/frontend/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
655 B
HTML
Raw Permalink Normal View History

2025-05-09 20:01:09 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2025-05-28 21:43:02 +01:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-05-09 20:01:09 +01:00
<meta name="theme-color" content="#000000" />
<meta
name="description"
2025-05-28 21:43:02 +01:00
content="Web site created using Vite"
2025-05-09 20:01:09 +01:00
/>
2025-05-28 21:43:02 +01:00
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
2025-05-09 20:01:09 +01:00
2025-05-28 21:43:02 +01:00
<title>Vite App</title>
2025-05-09 20:01:09 +01:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2025-05-28 21:43:02 +01:00
<script type="module" src="/src/index.jsx"></script>
2025-05-09 20:01:09 +01:00
</body>
</html>