Skip to content

Commit

Permalink
🔥 Remove initial HTML structure from test page
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonburt authored Nov 19, 2024
1 parent 34ce755 commit 94a86ee
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Page</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>This is a simple HTML page to test in the browser.</p>
</body>
</html>

0 comments on commit 94a86ee

Please sign in to comment.