mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 18:53:07 +00:00
39 lines
790 B
HTML
39 lines
790 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Documentation - Zig</title>
|
|
<link rel="icon" href="favicon.png">
|
|
<style type="text/css">
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
body{
|
|
background-color: #111;
|
|
color: #bbb;
|
|
}
|
|
a {
|
|
color: #88f;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p id="status">Loading...</p>
|
|
<div id="sectPkgs" class="hidden">
|
|
<h2>Packages</h2>
|
|
<ul id="listPkgs">
|
|
</ul>
|
|
</div>
|
|
<div id="sectTypes" class="hidden">
|
|
<h2>Types</h2>
|
|
<ul id="listTypes">
|
|
</ul>
|
|
</div>
|
|
<script src="data.js"></script>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|