bshchk.web/templates/base.html

22 lines
641 B
HTML

<!DOCTYPE html>
<html>
<meta charset="utf8">
<head>
<title>bshchk</title>
<link href="/style.css" rel="stylesheet">
</head>
<body>
<h1 style="margin-bottom:0;padding-bottom:0">bshchk</h1>
<p style="margin:0;padding:0;padding-bottom:1em;line-height:0">
<a href="/">home</a>
|
<a href="/manual">manual</a>
|
<a href="https://git.blek.codes/blek/bshchk">repo</a>
</p>
<p style="margin-top:0;padding-top:0">bshchk - a dependency checker for bash scripts</p>
{% block content %}{% endblock %}
</body>
</html>