engler-labs/static/html/index.html.tera
2025-02-26 11:56:11 +01:00

30 lines
1.1 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Navbar</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<noscript>This website requires JavaScript.</noscript>
<nav id="navbar" aria-label="Navigation Bar" class="">
<div id="navbar-container">
<div class="left">
<a class="logo">LOGO</a>
</div>
<div class="right">
<div id="button" class="button">
<button><svg viewBox="0 0 16 16" class="svg octicon-three-bars" aria-hidden="true" width="16" height="16"><path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75m0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75M1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5"></path></svg></button>
</div>
<a class="item link" href="/issues">Issues</a>
<a class="item link" href="/pulls">Pull Requests</a>
<a class="item link" href="/milestones">Milestones</a>
<a class="item link" href="/explore/repos">Explore</a>
</div>
</div>
</nav>
</body>
</html>