Hook in to RTD theme to set react theme

This commit is contained in:
Patrick Robertson
2025-03-03 11:56:23 +00:00
parent 9845804277
commit a88a37d0a5
7 changed files with 48282 additions and 236 deletions

View File

@@ -1,8 +1,9 @@
<!-- <!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<!-- Fonts to support Material Design -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
@@ -11,13 +12,8 @@
/>
<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. -->
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- </body>
</html> -->
</body>
</html>