From 03f5df91cd5ecbdb6531f35c67e73bda6e2cd4c5 Mon Sep 17 00:00:00 2001
From: Matthias
Date: Fri, 3 Sep 2021 01:43:45 +0200
Subject: [PATCH] Add fixtures for offline testing
---
fixtures/offline/about/index.html | 21 +++++++++++++++++++++
fixtures/offline/blog/post1/index.html | 21 +++++++++++++++++++++
fixtures/offline/blog/post2/index.html | 18 ++++++++++++++++++
fixtures/offline/index.html | 18 ++++++++++++++++++
4 files changed, 78 insertions(+)
create mode 100644 fixtures/offline/about/index.html
create mode 100644 fixtures/offline/blog/post1/index.html
create mode 100644 fixtures/offline/blog/post2/index.html
create mode 100644 fixtures/offline/index.html
diff --git a/fixtures/offline/about/index.html b/fixtures/offline/about/index.html
new file mode 100644
index 0000000..1121b0b
--- /dev/null
+++ b/fixtures/offline/about/index.html
@@ -0,0 +1,21 @@
+
+
+ About
+
+
+ About
+
+
+
+
+
\ No newline at end of file
diff --git a/fixtures/offline/blog/post1/index.html b/fixtures/offline/blog/post1/index.html
new file mode 100644
index 0000000..9112922
--- /dev/null
+++ b/fixtures/offline/blog/post1/index.html
@@ -0,0 +1,21 @@
+
+
+ Post 2
+
+
+ Post 2 Title
+
+
+
+
+
\ No newline at end of file
diff --git a/fixtures/offline/blog/post2/index.html b/fixtures/offline/blog/post2/index.html
new file mode 100644
index 0000000..514ac4e
--- /dev/null
+++ b/fixtures/offline/blog/post2/index.html
@@ -0,0 +1,18 @@
+
+
+ Post 1
+
+
+ Post 1 Title
+
+
+
+
+
\ No newline at end of file
diff --git a/fixtures/offline/index.html b/fixtures/offline/index.html
new file mode 100644
index 0000000..d0879ff
--- /dev/null
+++ b/fixtures/offline/index.html
@@ -0,0 +1,18 @@
+
+
+ Post 2
+
+
+ Post 2 Title
+
+
+
+
+
\ No newline at end of file