summaryrefslogtreecommitdiff
path: root/public/404.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
commitb6fbeb512405542af0aed11ca123b7ac8ee0b04d (patch)
tree8cd9a708af765c266c6810e78c68ae9003008030 /public/404.html
parentfix login redirect (diff)
downloadxssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.gz
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.bz2
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.zip
fix seo
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html
index c89d93d..4a382c0 100644
--- a/public/404.html
+++ b/public/404.html
@@ -2,11 +2,22 @@
<html lang="en">
<head>
<meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>XSSBook - Not Found</title>
+
+ <meta name="author" content="Tyler Murphy">
+ <meta name="description" content="404 Page">
+
+ <meta property="og:title" content="xssbook">
+ <meta property="og:site_name" content="xssbook.com">
+ <meta property="og:description" content="404 Page">
+
+ <meta itemprop="name" content="xssbook">
+ <meta itemprop="description" content="404 Page">
+
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/404.css">
<link rel="stylesheet" href="/css/header.css">
- <script src="/js/main.js"></script>
- <title>XSSBook - Not Found</title>
</head>
<body>
<div id="header">