Skip to content

Commit

Permalink
Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Feb 23, 2025
1 parent 2f8d758 commit 23bb0fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/static/assets/css/pages/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,9 @@ form {

.underline {
text-decoration: underline !important;
}

#hue_image {
height: 20rem;
padding-bottom: 1.2rem;
}
Binary file added public/static/assets/img/hue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions server/views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<div>Or you can <a href="/register" class="underline">register</a> instead</div>
</div>

<img id="hue_image" src="/static/assets/img/hue.png">

<form method="post" action="/login" name="login" onsubmit="return validate_form()">
<input type="hidden" name="fromurl" value="<%-vars.fromurl%>">
<input type="text" placeholder="Username" name="username" id="login_username">
Expand Down

0 comments on commit 23bb0fa

Please sign in to comment.