Skip to content

Instantly share code, notes, and snippets.

@OlivierParent
Created October 8, 2015 19:53
Show Gist options
  • Save OlivierParent/71c2a32bcd663184ce77 to your computer and use it in GitHub Desktop.
Save OlivierParent/71c2a32bcd663184ce77 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Dit is een HTML5-document</title>
</head>
<body>
<?php
// Hier komt PHP-code tussen de PHP-begintag en de PHP-eindtag.
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment