v1.2.1: small bugfixes and welcome page.
This commit is contained in:
13
html/index.html
Normal file
13
html/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hey there!</h1>
|
||||
<h2>You're seeing this page because you haven't set up PyWebServer yet!</h2>
|
||||
<h2>This page confirms that PyWebServer can read and serve files from your PC.</h2>
|
||||
<h2>To make this go away, please edit the file `pywebsrv.conf` and edit the `directory` key to your directory of choice!</h2>
|
||||
<p>Here you can simulate a 404 error: <a href="/uuh">Click me for a 404 error!</a></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user