7dbaef6386
Signed-off-by: Odyssey <odyssey346@disroot.org>
20 lines
702 B
HTML
20 lines
702 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">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="navbar">
|
|
<a href="/" style="text-decoration: none;" class="brand"><img src="/logo.svg" class="navbarImg" alt="GotHub" /><b class="navbarSlogan">GotHub (alpha)</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> |