add index.html

This commit is contained in:
Aminda Suomalainen 2015-01-23 11:03:13 +02:00
parent d74879e504
commit 6f18ef5241

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<!-- This is just stupid page to put to web browser homepage to have some
content on start page while not being empty or pointing to any external
location... -->
<title>OK.</title>
</head>
<body>
<p>Your browser has loaded this page.</p>
</body>
</html>