From 0db715d883a2658ac2adbae43b02888615009f65 Mon Sep 17 00:00:00 2001 From: omaarfa <116656489+omaarfa@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:36:07 +0100 Subject: [PATCH] Add bestellung.php --- src/Praktikum/Prak1/bestellung.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Praktikum/Prak1/bestellung.php diff --git a/src/Praktikum/Prak1/bestellung.php b/src/Praktikum/Prak1/bestellung.php new file mode 100644 index 0000000..53a0a15 --- /dev/null +++ b/src/Praktikum/Prak1/bestellung.php @@ -0,0 +1,15 @@ +<?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; -- GitLab