From c1ced84eaad057ee5c996048e7811b324747018e Mon Sep 17 00:00:00 2001
From: ed <ed@brz9.dev>
Date: Thu, 11 Jan 2024 14:42:15 +0100
Subject: [PATCH] spider dir added

---
 spider/index.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)
 create mode 100644 spider/index.html

diff --git a/spider/index.html b/spider/index.html
new file mode 100644
index 0000000..98d0208
--- /dev/null
+++ b/spider/index.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="keywords" content="Test, Spider">
+    <meta property="og:description" content="This is the description of the page">
+    <title>Spider test page</title>
+</head>
+<body>
+
+<h1>This is a header</h1>
+
+<p>This is a paragraph</p>
+
+<a href="https://file.brz9.dev/cdn/css/animate.min.css">Link to animate.min.css</a>
+
+</body>
+<script type="application/ld+json">
+    {
+        "@context": "http://schema.org",
+        "@type": "Organization",
+        "name": "brz9.dev",
+        "url": "https://brz9.dev"
+    }
+</script>
+
+<script type="application/ld+json">
+    {
+        "@context": "http://schema.org",
+        "@type": "Product",
+        "name": "brz9.dev",
+        "url": "https://brz9.dev"
+    }
+</script>
+
+<script type="application/ld+json">
+    {
+        "@context": "https://schema.org/",
+        "@type": "Product",
+        "url": "https://www.keychron.com/products/keychron-k10-pro-qmk-via-wireless-mechanical-keyboard",
+        "name": "Spider Test",
+        "description": "This is just a dummy test",
+        "brand": {
+            "@type": "Brand",
+            "name": "brz9.dev"
+        },
+        "sku": "brz9-test-0001",
+        "weight": "0.0kg",
+        "offers": [
+            {
+                "@type": "Offer",
+                "priceCurrency": "USD",
+                "price": "00.00",
+                "priceValidUntil": "2069-01-01",
+                "availability": "https://schema.org/InStock",
+                "itemCondition": "https://schema.org/NewCondition",
+                "sku": "brz9-test-0001",
+                "name": "Spider Test"
+            }
+        ]
+    }
+</script>
+
+
+</html>
\ No newline at end of file