Fix up TODO plus add comments on integration into RTD page

This commit is contained in:
Patrick Robertson
2025-03-03 09:18:19 +00:00
parent cc14e5cb9f
commit 9845804277
2 changed files with 35 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
<!-- <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<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>
<body> -->
<!-- No need for html/head markup, this page is designed to be included in a RTD page.
See `settings_page.md` for where this is included. -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- </body>
</html> -->