Skip to content

Commit

Permalink
Merge pull request #9 from shriekdj/edits
Browse files Browse the repository at this point in the history
Main And footer Section added with link to blank css nd js file
  • Loading branch information
shriekdj authored Feb 11, 2022
2 parents c4c3355 + 00fca5c commit adba7d6
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 adba7d6

Please sign in to comment.