Skip to content

Commit

Permalink
remove demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed May 24, 2024
1 parent 78b93bf commit 329ff4b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
15 changes: 0 additions & 15 deletions src/components/header/header.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/components/header/header.module.css

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/navigation/navigation.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/components/navigation/navigation.module.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
<head>
<title>Greenwood</title>
<script type="module" src="../components/footer/footer.js" data-gwd-opt="static"></script>
<script type="module" src="../components/header/header.js" data-gwd-opt="static"></script>
<link rel="stylesheet" href="../styles/theme.css" />
<link rel="stylesheet" href="../styles/main.css" />
</head>

<body>
<h1>Welcome to Greenwood!</h1>
<app-header></app-header>
<app-footer></app-footer>
</body>
</html>

0 comments on commit 329ff4b

Please sign in to comment.