From dcca975274feb49168d7eb168c2808a31bf83910 Mon Sep 17 00:00:00 2001 From: Keyu Bao <keyu.bao@hft-stuttgart.de> Date: Fri, 15 May 2020 10:59:04 +0000 Subject: [PATCH] Update index.html --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index cfda3a9..d009cfb 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ <div id="logo"> <!-- class="logo_colour", allows you to change the colour of the text --> <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulator</span></a></h1> - + <img src="style/HFT_Logo.png" alt="logo" /> </div> <div id="menubar"> <ul id="menu"> @@ -36,10 +36,8 @@ <p>2010 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> <h1>Useful Links</h1> <ul> - <li><a href="#">link 1</a></li> - <li><a href="#">link 2</a></li> - <li><a href="#">link 3</a></li> - <li><a href="#">link 4</a></li> + <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"> -- GitLab