Add missing rapid.html

This commit is contained in:
Florian Bruhin 2016-11-14 08:31:57 +01:00
parent 30827c1239
commit 004d0b7ae5

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Two links</title>
</head>
<body>
<a href="/data/hello.txt" id="link">Hello</a>
<a href="/data/hello2.txt" id="link">Hello 2</a>
</body>
</html>