From bca265aea67ec62499aaa113a6490ce9ec7fe730 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 22 Jul 2023 14:41:14 -0400 Subject: still missing things on google scraper --- template/header.html | 28 ++++++++++++++++++++++++++++ template/home.html | 36 ++++++++++++++++++++++++++++++++++++ template/images.html | 7 +++++++ template/search.html | 16 ++++++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 template/header.html create mode 100644 template/home.html create mode 100644 template/images.html create mode 100644 template/search.html (limited to 'template') diff --git a/template/header.html b/template/header.html new file mode 100644 index 0000000..bd6fc8a --- /dev/null +++ b/template/header.html @@ -0,0 +1,28 @@ + + + + + {%title%} + + + + + + + + +
+ +
+ {%tabs%} +
+
+ {%filters%} +
+
diff --git a/template/home.html b/template/home.html new file mode 100644 index 0000000..7f00dae --- /dev/null +++ b/template/home.html @@ -0,0 +1,36 @@ + + + + + 4get + + + + + + + + +
+
+ + +
+ SettingsAPIAboutSource + +
+ + + diff --git a/template/images.html b/template/images.html new file mode 100644 index 0000000..a09c121 --- /dev/null +++ b/template/images.html @@ -0,0 +1,7 @@ +
+ {%images%} +
+ {%nextpage%} + + + diff --git a/template/search.html b/template/search.html new file mode 100644 index 0000000..bbfbb54 --- /dev/null +++ b/template/search.html @@ -0,0 +1,16 @@ +
+
+
+ {%right-right%} +
+
+ {%right-left%} +
+
+
+ {%left%} +
+
+ + + -- cgit v1.2.3