mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-06 19:12:10 +03:00
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>
|