Skip to content

Commit e50a4c9

Browse files
Done
1 parent 68c4f7f commit e50a4c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!
1+
<!DOCTYPE html>
22
<html>
33
<body>
44

5-
<h1>10-July france vs belgium</h1>
5+
<h1>My first PHP page</h1>
66

77
<?php
8-
echo "version 1.0";
8+
echo "Hello World!";
99
?>
1010

1111
</body>

0 commit comments

Comments
 (0)