This commit is contained in:
Lani Aung
2025-06-05 07:31:05 -07:00
parent ef5b289ff0
commit 8d1b7bfd4d
9 changed files with 113 additions and 226 deletions
-1
View File
@@ -6,7 +6,6 @@
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<canvas id="substrate-canvas"></canvas>
<div id="weather-panel"></div>
<script src="main.js"></script>
</body>
+13 -165
View File
File diff suppressed because one or more lines are too long
-4
View File
@@ -5,7 +5,3 @@ body {
overflow: hidden;
padding: 0;
}
body canvas {
height: 100%;
width: 100%;
}