HTML-Template


Extensie: "*.html"/"*.php")

<!DOCTYPE html>
<html lang="nl-NL">
   <head>
      <meta charset="UTF-8">
      <link rel="icon" href="/*.png" sizes="any">
      <link rel="apple-touch-icon" href="/*.png">
      <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
      <title>.....</title>
      <script>.....</script>
      <style>.....</style>
   </head>
   <body>
     <?php . . . ?>
   </body>
</html>