Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 3 | Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 raymond 1
<!DOCTYPE html>
2
<html>
3
<body>
4
 
5
<h1>My first PHP page</h1>
6
 
7
<?php
4 raymond 8
echo 'Hello World!<br />';
9
include ("./revision.txt"); ?>
10
 
1 raymond 11
?>
12
 
13
</body>
14
</html>