From e19b451a40fc3bec5778f72ba1f0e4fcbff069cb Mon Sep 17 00:00:00 2001
From: Koukofikis <athanasios.koukofikis@hft-stuttgart.de>
Date: Wed, 5 May 2021 11:44:22 +0000
Subject: [PATCH] Add new file

---
 public/outcome/index.html | 58 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)
 create mode 100644 public/outcome/index.html

diff --git a/public/outcome/index.html b/public/outcome/index.html
new file mode 100644
index 0000000..eb94d5f
--- /dev/null
+++ b/public/outcome/index.html
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="generator" content="GitLab Pages">
+  <title></title>
+  <link rel="stylesheet" href="../assets/css/style.css">
+  <link rel="stylesheet" href="../assets/css/mobile.css">
+</head>
+
+<body>
+  <header id="header">
+    <div class="row">
+      <div class="logo" id="logo"></div>
+      <div class="hamburger">
+        <div class="line"></div>
+        <div class="line"></div>
+        <div class="line"></div>
+      </div>
+      <nav></nav>
+    </div>
+    <div id="projectlogo"></div>
+    <div id="projectname"></div>
+  </header>
+  <div class="content">
+
+    <h1>Our outcome</h1>
+
+    <p>
+Do you think you're living an ordinary life? You are so mistaken it's difficult to even explain. The mere fact that you exist makes you extraordinary. The odds of you existing are less than winning the lottery, but here you are. Are you going to let this extraordinary opportunity pass?
+    </p>
+
+    <p>
+      <img src="chart.png">
+    </p>
+
+    <p>
+Waiting and watching. It was all she had done for the past weeks. When you’re locked in a room with nothing but food and drink, that’s about all you can do anyway. She watched as birds flew past the window bolted shut. She couldn’t reach it if she wanted too, with that hole in the floor. She thought she could escape through it but three stories is a bit far down.
+    </p>
+
+
+
+
+
+
+
+  </div>
+
+  <div class="footer"></div>
+  <div class="legal"></div>
+
+  <script src="../settings.js"> </script>
+  <script src="../main.js"> </script>
+</body>
+
+</html>
-- 
GitLab