-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (58 loc) · 2.67 KB
/
index.html
File metadata and controls
66 lines (58 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lax Documentation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link rel="stylesheet" href="docs.css">
</head>
<body>
<nav class="top-nav">
<div class="nav-left">
<div id="nav-mini-logo" class="mini-logo-container"></div>
<a href="index.html" class="logo-text">Lax <span style="opacity: 0.5; font-weight: 300;">Docs</span></a>
<button id="mobile-menu-btn">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</button>
</div>
<div class="nav-right">
<label class="switch">
<input id="themeCheckbox" type="checkbox" onchange="toggleTheme()">
<span class="slider">
<div class="star star_1"></div>
<div class="star star_2"></div>
<div class="star star_3"></div>
<svg viewBox="0 0 24 24" class="cloud_1 cloud" fill="currentColor">
<path d="M18,10 C18,6.686 15.314,4 12,4 C9.465,4 7.293,5.592 6.439,7.859 C3.985,8.373 2.25,10.638 2.25,13.25 C2.25,16.288 4.712,18.75 7.75,18.75 L17.25,18.75 C19.873,18.75 22,16.623 22,14 C22,11.593 20.218,9.605 18,9.184 L18,10 Z" fill="#ffffff"></path>
</svg>
</span>
</label>
</div>
</nav>
<div class="docs-container">
<aside id="sidebar" class="sidebar">
<div class="sidebar-header">
<div id="sidebar-3d-logo" class="interactive-logo"></div>
</div>
<div id="doc-menu" class="doc-menu">
</div>
</aside>
<main class="content-area">
<div id="markdown-viewer" class="markdown-body fade-in">
</div>
<footer>
<p>© 2026 Lax Inc. Documentation</p>
</footer>
</main>
</div>
<script src="docs.js"></script>
</body>
</html>