From 1f4e7aa7614d5325101445edb814213e1a382510 Mon Sep 17 00:00:00 2001 From: AWADO <habiburrahman.dastageeri@hft-stuttgart.de> Date: Tue, 12 Jan 2021 21:04:15 +0000 Subject: [PATCH] Upload New File --- public/beispielprojekt/src/beispiel.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/beispielprojekt/src/beispiel.html diff --git a/public/beispielprojekt/src/beispiel.html b/public/beispielprojekt/src/beispiel.html new file mode 100644 index 0000000..dbf4aa5 --- /dev/null +++ b/public/beispielprojekt/src/beispiel.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + +<h1>Beispielhtml</h1> + +<p>Beispieltext</p> + +</body> +</html> -- GitLab