Add testfiles to serve
This commit is contained in:
14
bin/www/index.html
Executable file
14
bin/www/index.html
Executable file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Testing Grounds</title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Beware...</h1>
|
||||
<p>Testing environment</p>
|
||||
<a href="multimedia.html">Goto multimedia.html</a>
|
||||
<br>
|
||||
<a href="subdir/index.html">Goto subdir/index.html</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user