From 3ea164962ad788538e1f66d7a9ddc1560f73b31b Mon Sep 17 00:00:00 2001
From: Martin Hustoles <martin.hustoles@student.reutlingen-university.de>
Date: Sat, 21 May 2022 02:10:44 +0000
Subject: [PATCH] Update index.html, style.css

---
 index.html | 11 +++++++++++
 style.css  |  1 +
 2 files changed, 12 insertions(+)
 create mode 100644 index.html
 create mode 100644 style.css

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f61b56f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="de">
+    <head>
+        <meta charset="UTF-8">
+        <link rel="stylesheet" href="style.css">
+        <title>Title</title>
+    </head>
+    <body>
+        <h1>Title</h1>
+    </body>
+</html>
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/style.css
@@ -0,0 +1 @@
+
-- 
GitLab