example-web-page/index.html

11 lines
231 B
HTML
Raw Normal View History

2024-08-19 21:48:55 +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>
<h1>Hello World</h1>
2024-08-24 17:43:04 +00:00
<h2>New text</h2>
2024-08-19 21:48:55 +00:00
</body>
</html>