Skip to content

Commit 84a3d3b

Browse files
authored
Correction to Include logo on github pages (#748)
1 parent a1c694f commit 84a3d3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
<div id="header" style="width:100%; background-color:#FFFFFF; margin:0px; position:fixed; z-index:6;">
6161

6262
<div id="header_left" style="padding-left:20px; padding-top:0px; width:30%; position:relative; float:left;">
63-
<img src="https://github.com/DLR-SC/memilio/blob/main/docs/memilio-small.png" width="350" height="114" alt="MEmilio-Logo">
63+
<img src="https://raw.githubusercontent.com/DLR-SC/memilio/main/docs/memilio-small.png" width="350" height="114"
64+
alt="MEmilio-Logo">
6465
</div>
6566
<div id="header_right" style="padding-left:20px; padding-top:40px; width:65%; position:relative; float:right;">
6667
<div class='menu_div'><a class='menu' href='index.html#start'>Start</a></div>
@@ -140,4 +141,4 @@ <h1>MEmilio - a high performance Modular EpideMIcs simuLatIOn software</h1>
140141

141142
</body>
142143

143-
</HTML>
144+
</HTML>

0 commit comments

Comments
 (0)