diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,13 +2,12 @@ <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>fprintf(stderr, 'Hello world -');</title> +<title>echo 'Hello $USER'</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="style.css" /> </head> <body> -<h1>fprintf(stderr, "Hello world\n");</h1> +<h1>echo "Hello $USER"</h1> <pre> ,---------------------------, | /---------------------\ | @@ -22,7 +21,7 @@ ,---\_____ [] _______/------, / /______________\ /| /___________________________________ / | ___ - | | | ) + | Proudly powered by OpenBSD | | ) | _ _ _ [-------] | | ( | o o o TURBO [-------] | / _)_ |__________________________________ |/ / / |
