49ca498
1
2
3
4
5
6
7
8
9
10
11
12
13
<html> <head> <title>WebOS</title> </head> <body> <h1>Welcome to WebOS! <script>kernelpanic()</script> <script> function kernelpanic() { innerHTML = "Kernel panic occured." } </body> </html>