Files
fxl.codes.Weather/www/index.html
T
2025-06-05 07:31:05 -07:00

12 lines
243 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Weather</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="weather-panel"></div>
<script src="main.js"></script>
</body>
</html>