Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IJH91IJH91 authored Nov 10, 2024
1 parent 13454ed commit 631a6e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My One-Page Site</title>
<link rel="stylesheet" href="styles.css"> <!-- Optional CSS file -->
</head>
<body>
<h1>Welcome to My One-Page Site</h1>
<p>This is a simple one-page site hosted on GitHub Pages.</p>

<!-- Link to your JavaScript file -->
<script src="script.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Example JavaScript code
console.log('Welcome to my one-page site!');

0 comments on commit 631a6e9

Please sign in to comment.