Skip to content

Commit

Permalink
Update new_user_page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 25, 2023
1 parent e8ead2c commit f1bfb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/new_user_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Create a New User</title>
<link rel="stylesheet" href="style.css" class="rel">
<script defer src = "sprout.js" type="module"></script>
<script defer src = "createuser.js" type="module"></script>
</head>

<!-- Blank Logo -->
Expand Down

0 comments on commit f1bfb15

Please sign in to comment.