diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-28 17:58:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-28 17:58:13 +0000 |
| commit | b2009191699a2a31b38fd2baea9ff2cabc38efdc (patch) | |
| tree | f62321a750ae33375cdf897c77027cdea474b5f2 /index.html | |
| parent | f4c677a780ed7a0b1211cfdaa6a7e277630904c7 (diff) | |
move to openbsd
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 [-------] | / _)_ |__________________________________ |/ / / |
