From 5e1e459484252fbb98c6428e20d9946d735e2a9b Mon Sep 17 00:00:00 2001
From: Bao <keyu.bao@hft-stuttgart.de>
Date: Thu, 4 Jun 2020 13:50:59 +0000
Subject: [PATCH] Add new file

---
 FWEADE.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 FWEADE.html

diff --git a/FWEADE.html b/FWEADE.html
new file mode 100644
index 0000000..172f949
--- /dev/null
+++ b/FWEADE.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML>
+<html>
+
+<head>
+  <title>FWE ADE - IN-Source FWE</title>
+  <meta name="description" content="website description" />
+  <meta name="keywords" content="website keywords, website keywords" />
+  <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
+  <link rel="stylesheet" type="text/css" href="style/style.css" />
+</head>
+
+<body>
+    <div id="header">
+      <div id="logo">
+        <!-- class="logo_colour", allows you to change the colour of the text -->
+        <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
+        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
+        
+      </div>
+      <div id="menubar">
+        <ul id="menu">
+          <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
+          <li><a href="index.html">Home</a></li>
+          <li><a href="Biomass.html">Biomass Simulator</a></li>
+          <li class="selected"><a href="FWEADE.html">FWE ADE</a></li>
+          <li><a href="Visualization.html">Visualization</a></li>
+          <li><a href="contact.html">Contact Us</a></li>
+        </ul>
+      </div>
+    </div>
+    <div id="site_content">
+      <div class="sidebar">
+        <h1>Latest News</h1>
+        <h4>New Website Launched</h4>
+        <h5>15.05.2020</h5>
+        <p>A website contains all the outcomes from HFT for project IN-Source has been launched.<br /></p>
+        <h1>Useful Links</h1>
+        <ul>
+          <li><a href="http://www.simstadt.eu/de/index.jsp">SimStadt</a></li>
+          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
+
+        </ul>
+
+    </div>
+    
+    <div id="content">
+        <h1>Food-Water-Energy ADE</h1>
+        <p>by Rusio</p>
+
+        
+
+  </div>
+  </div>
+</body>
+</html>
-- 
GitLab