diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-18 09:48:55 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-18 09:48:55 +0100 |
| commit | 80965e433df4c7f64868001bbba12312afb873bb (patch) | |
| tree | 0131646d27fa151ea2f7f9f94ddce29afc4507f9 /index.html | |
| parent | 596ced56b3729c506af1542e2dd33618adb12b06 (diff) | |
Some tweaks
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,7 +2,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>buetow.org</title> +<title>fprintf(stderr, 'Hello world +');</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> body { @@ -48,7 +49,7 @@ h2, h3 { </style> </head> <body> -<h1>buetow.org</h1> +<h1>fprintf(stderr, "Hello world\n");</h1> <pre> ,---------------------------, | /---------------------\ | @@ -107,7 +108,8 @@ h2, h3 { <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>buetow.org</title> +<title>fprintf(stderr, 'Hello world +');</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> body { |
