work on weather services; outbound http request caching; styles updates and icons
This commit is contained in:
16
templates/page.html.mustache
Normal file
16
templates/page.html.mustache
Normal 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>
|
Reference in New Issue
Block a user