summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-30 15:19:16 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-30 15:19:16 -0500
commit6ba51230c0bbdc568e7d0c1d94d47390644e437a (patch)
tree2e1b660f3c9e0ab94172f46a30a203bc0781178b /src
parentcss changes, secure/http only admin session (diff)
downloadxssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.gz
xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.tar.bz2
xssbook-6ba51230c0bbdc568e7d0c1d94d47390644e437a.zip
fix console page
Diffstat (limited to '')
-rw-r--r--src/console.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/console.rs b/src/console.rs
index 008109c..c78b3e7 100644
--- a/src/console.rs
+++ b/src/console.rs
@@ -240,9 +240,9 @@ pub async fn generate() -> Response {
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5">
<link rel="stylesheet" href="/css/main.css">
- <link rel="stylesheet" href="css/console.css">
- <link rel="stylesheet" href="css/header.css">
+ <link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/admin.css">
+ <link rel="stylesheet" href="/css/console.css">
<title>XSSBook - Console</title>
</head>
<body>
@@ -250,7 +250,7 @@ pub async fn generate() -> Response {
<span class="logo"><a href="/">xssbook</a></span>
<span class="gtext desc" style="margin-left: 6em; font-size: 2em">Console</span>
</div>
- <div style="margin-botton: 4.25em"></div>
+ <div style="margin-bottom: 3.5em"></div>
"#
.to_string();