Updating stuff...

This commit is contained in:
Johannes Findeisen 2023-08-22 04:22:33 +02:00
commit 97de3391d2

View file

@ -9,7 +9,6 @@ metasub: home
<p style="font-family: monospace;">&lt;Lish:&gt; <span class="cursor" style="display:inline;">&nbsp;</span></p> <p style="font-family: monospace;">&lt;Lish:&gt; <span class="cursor" style="display:inline;">&nbsp;</span></p>
</div> </div>
<div>
<div class="col-lg-4"> <div class="col-lg-4">
<h2>About</h2> <h2>About</h2>
<p>Linspector is a software for monitoring the vital information of hosts, services and devices in a network. Be sure that Linspector is in a very early stage of development. Use at your own risk... but try! ;)</p> <p>Linspector is a software for monitoring the vital information of hosts, services and devices in a network. Be sure that Linspector is in a very early stage of development. Use at your own risk... but try! ;)</p>
@ -33,9 +32,7 @@ metasub: home
<p>The code of Linspector is licensed under the terms of the <a href="https://mit-license.org/" class="ext">MIT License</a>.<br> <p>The code of Linspector is licensed under the terms of the <a href="https://mit-license.org/" class="ext">MIT License</a>.<br>
Content on this site is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="ext">CC Attribution-Share Alike 3.0 Unported</a> license.<br /><br /><br /><br /></p> Content on this site is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="ext">CC Attribution-Share Alike 3.0 Unported</a> license.<br /><br /><br /><br /></p>
</div> </div>
</div>
<div>
<h2>Commit Log</h2> <h2>Commit Log</h2>
<div id="github-commits"></div> <div id="github-commits"></div>
@ -44,4 +41,4 @@ $(function() {
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector', branch: 'master', last: 30 }); $('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector', branch: 'master', last: 30 });
}); });
</script> </script>
</div>