Files
sunscope/index.html
T
fraxle e18e128a34 Beta5
New code structure
Added profiles
Fixed skin pulldown
Added rain images
2026-05-13 15:16:45 +01:00

16 lines
708 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=15a">
</head>
<body>
<div id="root"></div>
<script type="module" src="./assets/js/main.js?v=15a"></script>
</body>
</html>