mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
1d5a024a68
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
14 lines
305 B
HTML
14 lines
305 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Async sleepy script
|
|
</title>
|
|
</head>
|
|
<body>
|
|
This page is loading a sleepy async script.
|
|
|
|
Do not expect it to do anything useful.
|
|
<script src="https://test.netsurf-browser.org/cgi-bin/sleep.cgi" type="text/javascript" async></script>
|
|
</body>
|
|
</html>
|