diff options
Diffstat (limited to 'Base/home/anon/www/welcome.html')
-rw-r--r-- | Base/home/anon/www/welcome.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 4f2d30a013..b76f32aac4 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -17,6 +17,12 @@ h1 { color: #a00; } </style> + <script> + function foo() { + alert("It loaded!"); + } + document.addEventListener("DOMContentLoaded", foo); + </script> </head> <body link="#44f" vlink="#c4c" background="90s-bg.png"> <h1>Welcome to the Serenity Browser!</h1> |