diff options
| author | 8cy <[email protected]> | 2020-05-11 01:48:50 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-11 01:48:50 -0700 |
| commit | 62b4b0e853e85664ece1b8bd8b4254813bab43b2 (patch) | |
| tree | d3ea6ded435b7ed92dd2e5d57c39c34fa97af983 /views/login.ejs | |
| parent | yes (diff) | |
| download | slog-62b4b0e853e85664ece1b8bd8b4254813bab43b2.tar.xz slog-62b4b0e853e85664ece1b8bd8b4254813bab43b2.zip | |
big boi changes
- add registration ip to user registration
- add quotes to footer
- add error messages to error page
- make uptime readable
- remove commenting
- login now redircts to previous page
- add admin page + marketplace boilerplate
- add CHANGE PASSWORD
- ADD DELETE ITEM FINALLY
- reposition things and formatting
Diffstat (limited to 'views/login.ejs')
| -rw-r--r-- | views/login.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/login.ejs b/views/login.ejs index c282b7f..b2845de 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -125,7 +125,8 @@ <footer class="hideme"> <link rel="stylesheet" type="text/css" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" /> - Made with <i class="icon ion-heart"></i> by <a href="https://kyzer.co/">Sin</a> (in only 10 hours). + Made with <i class="icon ion-heart"></i> by <a href="https://kyzer.co/">Sin</a>. | + <span class="highlightable"><%= quote.text %> -<%= quote.author.name %></span> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" |