From 80965e433df4c7f64868001bbba12312afb873bb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 18 Jun 2021 09:48:55 +0100 Subject: Some tweaks --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4ccf8957..1c176d87 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ -buetow.org +fprintf(stderr, 'Hello world +'); -

buetow.org

+

fprintf(stderr, "Hello world\n");

               ,---------------------------,
               |  /---------------------\  |
@@ -107,7 +108,8 @@ h2, h3 {
 
 
 
-buetow.org
+fprintf(stderr, 'Hello world
+');