Update stylesheet of CreatePage.html to CreatePage.css

This commit is contained in:
Sanjit Joseph 2022-11-12 20:05:51 -08:00
parent 99f9b29a7e
commit 019880926f

View File

@ -14,7 +14,7 @@
<!-- 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/ReviewCard.css" />
<link rel="stylesheet" href="./static/CreatePage.css" />
<script src="/source/assets/scripts/main.js" type="module"></script>
</head>