Files
http-server/bin/www/index.html

15 lines
338 B
HTML
Executable File

<!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>