Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lapid92 authored Aug 7, 2024
1 parent 2a4e535 commit a244e58
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My GitHub Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to My GitHub Page</h1>
</header>
<main>
<p>This is a simple GitHub Pages demo site.</p>
<button id="clickMeButton">Click Me!</button>
<p id="clickMessage"></p>
</main>
<script src="script.js"></script>
</body>
</html>

0 comments on commit a244e58

Please sign in to comment.