mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- Page title -->
|
|
<!-- <meta name="description" content="TODO populate this based on the module's description"> -->
|
|
<meta name="viewport" content="width=device-width">
|
|
<script type="text/javascript" src="<!-- search.js -->" defer></script>
|
|
<link rel="icon" href="<!-- favicon.svg -->">
|
|
<link rel="stylesheet" href="<!-- styles.css -->">
|
|
<!-- Prefetch links -->
|
|
</head>
|
|
|
|
<body>
|
|
<nav id="sidebar-nav">
|
|
<input id="module-search" aria-labelledby="search-link" type="text" placeholder="Search" />
|
|
<label for="module-search" id="search-link"><span id="search-link-text">Search</span> <span id="search-link-hint">(shortcut: S)</span></label>
|
|
<div class="module-links">
|
|
<!-- Module links -->
|
|
</div>
|
|
</nav>
|
|
<div class="top-header-extension">
|
|
<!-- if the window gets big, this extends the purple bar on the top header to the left edge of the window -->
|
|
</div>
|
|
<header class="top-header">
|
|
<nav class="pkg-and-logo">
|
|
<a class="logo" href="/" aria-labelledby="logo-link">
|
|
<svg viewBox="0 -6 51 58" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="logo-link" role="img">
|
|
<title id="logo-link">Return to Roc packages</title>
|
|
<polygon role="presentation" points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086" />
|
|
</svg>
|
|
</a>
|
|
<!-- Package Name and Version -->
|
|
</nav>
|
|
<div class="top-header-triangle">
|
|
<!-- if the window gets big, this extends the purple bar on the top header to the left edge of the window -->
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<!-- Module Docs -->
|
|
</main>
|
|
<footer>
|
|
<p>Made by people who like to make nice things.</p>
|
|
<p>© 2021</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|