New code structure
Added profiles
Fixed skin pulldown
Added rain images
This commit is contained in:
fraxle
2026-05-13 15:16:45 +01:00
parent 8d1d691942
commit e18e128a34
12 changed files with 2935 additions and 2668 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
<meta name="description" content="SunScope - UTCI weather forecast showing real thermal comfort, not just air temperature." />
<title>SunScope · The True Temperature</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☀️</text></svg>" />
<link rel="stylesheet" href="./assets/sunscope.css?v=14k">
<link rel="stylesheet" href="./assets/sunscope.css?v=15a">
</head>
<body>
<div id="root"></div>
<script type="module" src="./assets/sunscope.js?v=14k"></script>
<script type="module" src="./assets/js/main.js?v=15a"></script>
</body>
</html>