mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Fix up TODO plus add comments on integration into RTD page
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user