summaryrefslogtreecommitdiff
path: root/html/async-delayed-hello-world.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/async-delayed-hello-world.html')
-rw-r--r--html/async-delayed-hello-world.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/async-delayed-hello-world.html b/html/async-delayed-hello-world.html
new file mode 100644
index 0000000..a2cbc20
--- /dev/null
+++ b/html/async-delayed-hello-world.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Hello World</title>
+ <script src="https://test.netsurf-browser.org/cgi-bin/and-then-js.cgi?t=5&val=async-cb-adds-timeout"></script>
+ </head>
+ <body>
+ <h1>Check the console for a hello world log</h1>
+ </body>
+</html>