index.html
author Christian Urban <urbanc@in.tum.de>
Sat, 22 Oct 2011 10:37:59 +0100
changeset 1 9e036cad8654
parent 0 b369b4a71794
child 2 f329c1f3b365
permissions -rw-r--r--
test 2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
<html> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
<head>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
 <title>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
 Minimal HTML Document
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
 </title>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
 </head> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
<body>
1
Christian Urban <urbanc@in.tum.de>
parents: 0
diff changeset
     8
Test
0
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
 </body> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
</html>