some-repo/index.html

10 lines
209 B
HTML
Raw Permalink Normal View History

2024-08-24 18:47:02 +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>
</body>
</html>