some gremlin keeps deleting my code so imma push now
This commit is contained in:
32
site/admin.html
Normal file
32
site/admin.html
Normal file
@@ -0,0 +1,32 @@
|
||||
[!][@on minify]
|
||||
<!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>
|
||||
Reference in New Issue
Block a user