2025-03-03 11:56:23 +00:00
|
|
|
<!doctype html>
|
2025-03-03 09:18:19 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
2025-03-03 11:56:23 +00:00
|
|
|
<!-- Fonts to support Material Design -->
|
2025-03-03 09:18:19 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
|
|
|
|
/>
|
|
|
|
<title>Auto Archiver Settings</title>
|
|
|
|
</head>
|
2025-03-03 11:56:23 +00:00
|
|
|
<body>
|
2025-02-26 17:02:49 +00:00
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2025-03-03 11:56:23 +00:00
|
|
|
</body>
|
|
|
|
</html>
|