website index bugfix
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<nav class="nav" style="background-image: url('./assets/trianglify.png');">
|
||||
<div class="container">
|
||||
<a href="/"><img class="logo float-left" src="assets/logo.png">
|
||||
<a href="."><img class="logo float-left" src="assets/logo.png">
|
||||
<div class="title float-left">systeminformation</div>
|
||||
</a>
|
||||
<div class="text float-right"><a href="https://github.com/sebhildebrandt/systeminformation">View on Github <i class="fab fa-github"></i></a></div>
|
||||
@@ -1038,7 +1038,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-12">
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href=".">Home</a></li>
|
||||
<li><a href="https://github.com/sebhildebrandt/systeminformation">Github <i class="fab fa-github"></i></a></li>
|
||||
<li><a href="contributors.html">Contributors</a></li>
|
||||
<li><a href="sponsoring.html">Buy me a coffee</a></li>
|
||||
|
||||
Reference in New Issue
Block a user