Skip to content

Commit 39a8d23

Browse files
committed
Clarified HTML example
1 parent a29e55f commit 39a8d23

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232

3333
?>
3434

35-
<p>HELLO!</p>
35+
<html>
36+
<head><title>Your Website</title></head>
37+
<body><p>HELLO!</p></body>
38+
</html>
3639

3740
<?php
3841
}
39-
?>
42+
?>

0 commit comments

Comments
 (0)