skallwar.suckit/tests/fixtures/index.html
Esteban Blanc 7f6c4c34a5 tests: Auto cleanup of download folders + multiple servers
Signed-off-by: Esteban Blanc <estblcsk@gmail.com>
2023-05-02 10:18:59 +02:00

16 lines
466 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test page for suckit</title>
</head>
<body>
<a href="jpeg.jpg" download>JPG File</a>
<a href="mp3.mp3" download="">MP3 File</a>
<a href="file.txt" download="">Text File</a>
<a href="https://google.com" download="">Google</a>
<a href="no_download_no_visit.html">No download</a>
</body>
</html>