summaryrefslogtreecommitdiff
path: root/public/home.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/home.html
parentfix login redirect (diff)
downloadxssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.gz
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.bz2
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.zip
fix seo
Diffstat (limited to 'public/home.html')
-rw-r--r--public/home.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/public/home.html b/public/home.html
index 5cc7776..6ba4a5a 100644
--- a/public/home.html
+++ b/public/home.html
@@ -2,10 +2,23 @@
<html lang="en">
<head>
<meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>XSSBook - Home</title>
+
+ <meta name="author" content="Tyler Murphy">
+ <meta name="description" content="Home">
+
+ <meta property="og:title" content="xssbook">
+ <meta property="og:site_name" content="xssbook.com">
+ <meta property="og:description" content="Home">
+
+ <meta itemprop="name" content="xssbook">
+ <meta itemprop="description" content="Home">
+
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/home.css">
- <title>XSSBook - Home</title>
+
<script type="module" src="/js/home.js"></script>
</head>
<body>