added h1 to review page

This commit is contained in:
Gavyn Ezell 2022-11-12 10:12:14 -08:00
parent 365e701924
commit f7b62ba59b

View File

@ -9,8 +9,8 @@
<script src="/source/assets/scripts/reviewpage.js" type="module"></script> <script src="/source/assets/scripts/reviewpage.js" type="module"></script>
</head> </head>
<body> <body>
<h1>Current Review:</h1>
<main> <main>
</main> </main>
</body> </body>
</html> </html>