gothub/views/header.html

19 lines
564 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>GotHub</title>
<link rel="stylesheet" href="/css/global.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<div class="navbar">
<a href="/" style="text-decoration: none;"><b class="navbarSlogan">GotHub</b></a>
<div class="navbarLinks">
<a href="/explore">Explore</a>
<a href="https://codeberg.org/Odyssium/gothub">Source code</a>
</div>
</div>
</nav>
</body>
</html>