initial commit
This commit is contained in:
commit
a1d36338a1
5 changed files with 274 additions and 0 deletions
10
static/fail.html
Normal file
10
static/fail.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{status}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>{status}</h2>
|
||||
<hr><em>Jeremy's httpd</em>
|
||||
</body>
|
||||
</html>
|
11
static/index.html
Normal file
11
static/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Index</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Welcome to httpd</h2>
|
||||
You've reached the default page for Jeremy's httpd.
|
||||
<hr><em>Jeremy's httpd</em>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue