Skip to content

Commit

Permalink
link blank js and css files to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Feb 11, 2022
1 parent f2681a7 commit 00fca5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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">
Expand All @@ -25,5 +26,7 @@
<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 00fca5c

Please sign in to comment.