hckvps commited on
Commit
49ca498
·
verified ·
1 Parent(s): c45e1f1

Create index.php

Browse files
Files changed (1) hide show
  1. index.php +13 -0
index.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <title>WebOS</title>
4
+ </head>
5
+ <body>
6
+ <h1>Welcome to WebOS!
7
+ <script>kernelpanic()</script>
8
+ <script>
9
+ function kernelpanic() {
10
+ innerHTML = "Kernel panic occured."
11
+ }
12
+ </body>
13
+ </html>