From 065db26d7c54007d6bb2bdc9c7bd78a74d4396cd Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 21 Mar 2020 19:07:21 +0100 Subject: [PATCH] Base: Add a demo web page for canvas+setInterval+randomness Click somewhere in the black area and drag for colorful effect! :^) --- Base/home/anon/www/demo.html | 54 +++++++++++++++++++++++++++++++++ Base/home/anon/www/welcome.html | 1 + 2 files changed, 55 insertions(+) create mode 100644 Base/home/anon/www/demo.html diff --git a/Base/home/anon/www/demo.html b/Base/home/anon/www/demo.html new file mode 100644 index 00000000000..7c4c33b7e5f --- /dev/null +++ b/Base/home/anon/www/demo.html @@ -0,0 +1,54 @@ + + + + Canvas, timer, random and event demo + + + + + + diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 336345221c4..c2bb81c828e 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -23,6 +23,7 @@ h1 {

This is a very simple browser built on the LibWeb engine.

Some small test pages: