From 66f005d0fd0c88a31b8c798243f090fe0090418c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Dec 2024 00:06:04 +0200 Subject: Update content for html --- testpage.html | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'testpage.html') diff --git a/testpage.html b/testpage.html index 0748ea20..e3e2efe3 100644 --- a/testpage.html +++ b/testpage.html @@ -8,6 +8,9 @@ +

+View this page as Markdown | Gemtext +

This is a test page!



A test page this is!
@@ -46,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
@@ -94,7 +97,7 @@ http://www.gnu.org/software/src-highlite --> https://foo.zone
link
-- cgit v1.2.3