diff --git a/table.sql b/table.sql index 2a51abe..a609eae 100644 --- a/table.sql +++ b/table.sql @@ -1,6 +1,6 @@ -CREATE DATABASE `ctf-zetatech-inc` +CREATE DATABASE `ctf-zetatech-inc`; CREATE USER 'cyber-zetatech-inc'@'localhost' IDENTIFIED BY 'wY7nhg7xnzmCcJbfz3Gf89qyU5cvpr'; @@ -8,7 +8,7 @@ GRANT SELECT ON `ctf-zetatech-inc`.* TO `cyber-zetatech-inc`@`localhost`; FLUSH PRIVILEGES; -use ctf +use `ctf-zetatech-inc`; CREATE TABLE `access` ( `id` int NOT NULL AUTO_INCREMENT, diff --git a/webroot/css/global.css b/webroot/css/global.css deleted file mode 100644 index e69de29..0000000 diff --git a/webroot/css/term.css b/webroot/css/term.css index 07f043b..1cb197f 100644 --- a/webroot/css/term.css +++ b/webroot/css/term.css @@ -153,7 +153,6 @@ body { display: inline-block } -#email, #username, #password { border: 2px solid #d7001e; @@ -169,13 +168,11 @@ body { line-height: normal } -#email::-moz-selection, #username::-moz-selection, #password::-moz-selection { background: #000 } -#email::selection, #username::selection, #password::selection { background: #000 @@ -264,7 +261,6 @@ body { .box--inner { width: calc(100% - 44px) } - #email, #username, #password { max-width: 70% diff --git a/webroot/index.html b/webroot/index.html index 304fbe4..92e286f 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -1,16 +1,17 @@ - + +
-