some gremlin keeps deleting my code so imma push now

This commit is contained in:
Lazy Hippopotamus
2024-04-09 13:19:33 -04:00
parent 476d9c59be
commit d6b6f08ebe
28 changed files with 193 additions and 54 deletions

1
output/admin.html Executable file
View File

@@ -0,0 +1 @@
<!DOCTYPE html> <html> <head> <title>Avraham Society Administration Page</title> <style> body { margin: 0px; padding: 0px; background-color: #000055; } body > div { padding: 100px; margin: 50px; margin-left: 20vw; margin-right: 20vw; background-color: darkblue; } </style> </head> <body> <div> <h2>This is the self-contained administration page for the Avraham Society website.</h2> <b id="loginnoying">You cannot make changes until you are logged in.</b> <button onclick="login()">Click me to log in</button> </div> <div> Parsha Calendar </div> <script src="admin.js"></script> </body> </html>