Files
WeatherTool/web/index.html
T
2023-05-12 23:57:04 +03:00

10 lines
143 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WeatherTool</title>
</head>
<body>
<h1>Hello, Weather!</h1>
</body>
</html>