Files
fxl.codes.Weather/www/index.html
T
2025-06-10 23:04:48 -07:00

11 lines
208 B
HTML

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