haketilo / test / data / pages / gotmyowndomain.html @ 591c48a6
1 |
<html>
|
---|---|
2 |
<head>
|
3 |
<meta name=charset value="latin1"> |
4 |
<title>
|
5 |
Schrodinger's Document |
6 |
</title>
|
7 |
</head>
|
8 |
<body>
|
9 |
A nice, simple page for testing. |
10 |
<script>
|
11 |
document.write('<p><b>Or so you thought...</b></p>'); |
12 |
</script>
|
13 |
</body>
|
14 |
</html>
|