We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5078b4 commit 4b1e7c0Copy full SHA for 4b1e7c0
index.html
@@ -1 +1,13 @@
1
-<meta http-equiv="Refresh" content="0; url='https://2025.hackweek.io'" />
+<!-- <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