work on weather services; outbound http request caching; styles updates and icons

This commit is contained in:
2023-08-12 19:19:20 -07:00
parent 7c205632cb
commit 85d72b43d2
55 changed files with 2593 additions and 234 deletions

View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<title>{{ page_title }}</title>
<link rel="stylesheet" href="/themes.css">
<link rel="stylesheet" href="/typography.css">
<link rel="stylesheet" href="/forms.css">
<link rel="stylesheet" href="/popup.css">
<link rel="stylesheet" href="/structure.css">
<script src="/color-theme-controls.js" async></script>
</head>
<body>
{{> controls }}
{{> page_content }}
</body>
</html>