-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.01 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Docs - Triva (TrivaJS)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="icon" type="image/jpeg" href="/assets/favicon.jpg">
<script src="https://unpkg.com/lucide@latest"></script>
</head>
<body>
<div class="layout">
<!-- Left sidebar -->
<aside id="sidebar" class="sidebar">
<div class="sidebar-logo">
<img src="/assets/logo.png" alt="Triva Logo" />
</div>
<div class="sidebar-scroll"></div>
</aside>
<!-- Main content -->
<main id="content">Loading…</main>
<!-- Right sidebar: "On this page" navigation -->
<aside id="toc" class="toc">
<div class="toc-title"><i data-lucide="text-align-start"></i>On this page</div>
<nav class="toc-nav"></nav>
</aside>
</div>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script type="module" src="/assets/js/app.js"></script>
</body>
</html>