Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 2 | Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 3... Line 3...
3
<body>
3
<body>
4
 
4
 
5
<h1>My first PHP page</h1>
5
<h1>My first PHP page</h1>
6
 
6
 
7
<?php
7
<?php
8
echo 'Hello World?';
8
echo 'Hello World!';
9
?>
9
?>
10
 
10
 
11
</body>
11
</body>
12
</html>
12
</html>