Files
WeatherTool/web/index.html
T

10 lines
143 B
HTML
Raw Normal View History

2023-05-12 23:57:04 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WeatherTool</title>
</head>
<body>
<h1>Hello, Weather!</h1>
</body>
</html>