diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-01-28 00:36:27 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-01-28 00:36:27 +0200 |
commit | 9ac597d24336586421d994a8b1201aa3f0127827 (patch) | |
tree | c228f5902ba1c8d8a67b4ee7027806b4a8e2974e /files | |
parent | e0a039ad08fc16773cee43e68f92b632a4540bce (diff) |
now using libmagic and its optional
Diffstat (limited to 'files')
-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> |