spa-server-gzip
Version:
Simple http server for developers of apps with client side routing
19 lines (14 loc) • 420 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Dummy home page</title>
</head>
<body>
<h1>Angular HTTP Server</h1>
<p>Up and running in this directory. Enjoy the pictures.</p>
<img src="image.svg" alt="" width="500px" alt="example">
<img src="beach.jpg" alt="" width="500px" alt="example">
<p>This <a href="/../../etc/passwd">link</a> should not work</p>
</body>
</html>