web-app/index.html

11 lines
217 B
HTML
Raw Permalink Normal View History

2024-08-24 18:39:56 +00:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web page</title>
</head>
<body>
2024-08-24 18:42:53 +00:00
<h1>Hello World</h1>
2024-08-24 18:44:36 +00:00
aaa
2024-08-24 18:39:56 +00:00
</body>
</html>