Skip to content

Commit 4b1e7c0

Browse files
authored
Update index.html
1 parent a5078b4 commit 4b1e7c0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
<meta http-equiv="Refresh" content="0; url='https://2025.hackweek.io'" />
1+
<!-- <meta http-equiv="Refresh" content="0; url='https://2025.hackweek.io'" /> -->
2+
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Hello World Page</title>
8+
</head>
9+
<body>
10+
<h1>Hello, World!</h1>
11+
<p>This is my first HTML page.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)