Skip to content

Commit

Permalink
Merge pull request #10 from shriekdj/main
Browse files Browse the repository at this point in the history
deploying to gh-pages
  • Loading branch information
shriekdj authored Feb 11, 2022
2 parents c4c3355 + adba7d6 commit 29c6709
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,28 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<link rel="stylesheet" href="./static/styles/style.css">
</head>
<body>
<div class="wrapper">
<header class="header">Website Header</header>
<nav>
<a href="#">Home</a><br />
<a href="#">About</a><br />
<a href="#">Contact</a><br />
</nav>
</div>

<!-- Main Section -->
<main class="main">
Main Section
</main>

<!-- Footer Section -->
<footer class="footer">
Footer Section
</footer>

<script src="./static/js/script.js"
</body>
</html>
Empty file added static/js/script.js
Empty file.
Empty file added static/styles/style.css
Empty file.

0 comments on commit 29c6709

Please sign in to comment.