Skip to content
Snippets Groups Projects
bestellung.php 367 B
Newer Older
  • Learn to ignore specific revisions
  • omaarfa's avatar
    omaarfa committed
    <?php
    echo <<< HTML
        <!DOCTYPE html>
        <html lang="de">
        <head>
            <meta charset="UTF-8">
            <!-- für später: CSS include -->
            <!-- <link rel="stylesheet" href="XXX.css"/> -->
            <!-- für später: JavaScript include -->
            <!-- <script src="XXX.js"></script> -->
            <title>Pizzaservice</title>
        </head>
    
        <body>
    HTML;