Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 5 | Rev 7 | 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 />';
6 raymond 9
echo ('Revision: ');
10
include ("./revision.txt"));
4 raymond 11
 
1 raymond 12
?>
13
 
14
</body>
15
</html>