throw the tiny random site scripts in with the rest of app.js

and add JS-disabled and timeout messages... DOS style, of course.
This commit is contained in:
2020-06-08 00:45:21 -04:00
parent 66bf1faec3
commit 0442f9f413
3 changed files with 29 additions and 20 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ body {
background-attachment: fixed;
background-position: center;
}
canvas, div#wait {
canvas, div#cmd {
display: block;
margin: auto;
position: absolute;
@@ -26,12 +26,12 @@ canvas, div#wait {
left: 0;
right: 0;
}
div#wait {
div#cmd {
width: 600px;
height: 300px;
padding: 12px;
background-color: #000;
color: #ccc;
padding: 10px;
user-select: none;
z-index: -100;
}