From bb564b307988619de47f74b2d200bfd173ca57a1 Mon Sep 17 00:00:00 2001
From: Bao <keyu.bao@hft-stuttgart.de>
Date: Wed, 16 Dec 2020 13:03:56 +0000
Subject: [PATCH] Update index.html

---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index bb8b683..2232a2f 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,7 @@
           <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
           <li class="selected"><a href="index.html">Home</a></li>
           <li><a href="Biomass.html">Biomass Simulator</a></li>
+          <li><a href="Water.html">Urban Water</a></li>
           <li><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>
-- 
GitLab