mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Adding initial run with mimetypes and index page
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta content="DarkHttpd demo page">
|
||||||
|
<title>DarkHttpd Works</title>
|
||||||
|
<style>
|
||||||
|
body{background:#cfcfcf; color:#3300FF; padding: 10px;}
|
||||||
|
a{color:red;font-weight:bold}
|
||||||
|
a:hover{color:green}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>DarkHttpd Server Works!</h1>
|
||||||
|
<p>When you need a web server in a hurry.</p>
|
||||||
|
<p>DarkHttpd on <a href="https://github.com/emikulic/darkhttpd">GitHub</a> | <a href="README.md">README</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user