-Req Star Message

-Load More Position
-Cancel Update Form
This commit is contained in:
Kara Hoagland
2022-12-04 17:53:13 -08:00
parent b15c31722f
commit a1499013dc
8 changed files with 20 additions and 20 deletions

View File

@@ -13,10 +13,8 @@
<script src="assets/scripts/ReviewCard.js" type="module"></script>
<!-- Main Stylesheets & Scripts -->
<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config-->
<!-- <link rel="stylesheet" href="/static/reset.css" /> -->
<link rel="stylesheet" href="./static/homepage.css" />
<script src="assets/scripts/main.js" type="module"></script>
<script src="assets/scripts/homepage.js" type="module"></script>
</head>
<body>
@@ -61,5 +59,6 @@
<div style="width: 20%"></div>
</div>
</main>
<footer></footer>
</body>
</html>