Skip to content

Commit

Permalink
Display 'Hello World'
Browse files Browse the repository at this point in the history
Update index.html to display 'Hello World'
  • Loading branch information
kathirvel13906 authored Dec 14, 2024
1 parent 3061e67 commit 6c7a2eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple Hello World page">
<title>Hello World</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>

0 comments on commit 6c7a2eb

Please sign in to comment.