diff options
| -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 { |
