Create index.php
Browse files
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>
|