bshchk.web/templates/base.html

20 lines
561 B
HTML
Raw Normal View History

2024-06-03 16:16:30 +02:00
<!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>
</p>
<p style="margin-top:0;padding-top:0">bshchk - a dependency checker for bash scripts</p>
{% block content %}{% endblock %}
</body>
</html>