Skip to content

Commit

Permalink
first index file
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsub committed Aug 7, 2024
1 parent c443a96 commit 5f41d07
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<h1>This is my page</h1>
<p>My name is <strong>John Doe</strong></p>

</body>
</html>

0 comments on commit 5f41d07

Please sign in to comment.