diff options
Diffstat (limited to 'files/index.html')
-rw-r--r-- | files/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/index.html b/files/index.html index b94ee21..5a0ce18 100644 --- a/files/index.html +++ b/files/index.html @@ -5,8 +5,8 @@ <link rel="icon" href="/favicon.png"> </head> <body> - <h1>Server</h1> - <p>This is a paragraph</p> + <h1>Web Server Written in C</h1> + <p>Please don't hack</p> <a href="/test/test1.html">Test 1</a> </body> </html> |