From ee75979b5d94ae18f930ff91e5b2d51cd554b60d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 9 Mar 2026 22:45:54 +0200 Subject: Update content for html --- testpage.html | 53 ++++++++++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) (limited to 'testpage.html') diff --git a/testpage.html b/testpage.html index 6e0887c0..83cb2e55 100644 --- a/testpage.html +++ b/testpage.html @@ -2,17 +2,12 @@ - This is a `test` page! -
-
-
-

Home | Markdown | Gemini

@@ -54,31 +49,31 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
if [ -f "foo" ]; then
-    echo foo
-else
-    echo bar
-fi
+
if [ -f "foo" ]; then
+    echo foo
+else
+    echo bar
+fi
 

-
# Jo
-exec 5<>/dev/tcp/google.de/80
-❯ echo -e "GET / HTTP/1.1\nhost: google.de\n\n" >&5
-❯ cat <&5 | head
-HTTP/1.1 301 Moved Permanently
-Location: http://www.google.de/
-Content-Type: text/html; charset=UTF-8
-Date: Thu, 18 Nov 2021 08:27:18 GMT
-Expires: Sat, 18 Dec 2021 08:27:18 GMT
-Cache-Control: public, max-age=2592000
-Server: gws
-Content-Length: 218
-X-XSS-Protection: 0
-X-Frame-Options: SAMEORIGIN
+
# Jo
+❯ exec 5<>/dev/tcp/google.de/80
+❯ echo -e "GET / HTTP/1.1\nhost: google.de\n\n" >&5
+❯ cat <&5 | head
+HTTP/1.1 301 Moved Permanently
+Location: http://www.google.de/
+Content-Type: text/html; charset=UTF-8
+Date: Thu, 18 Nov 2021 08:27:18 GMT
+Expires: Sat, 18 Dec 2021 08:27:18 GMT
+Cache-Control: public, max-age=2592000
+Server: gws
+Content-Length: 218
+X-XSS-Protection: 0
+X-Frame-Options: SAMEORIGIN
 

Foo0
@@ -102,11 +97,11 @@ http://www.gnu.org/software/src-highlite --> https://foo.zone
link
-- cgit v1.2.3