-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
41 lines (32 loc) · 1.43 KB
/
docs.html
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
<!DOCTYPE html>
<html>
<head>
<title>Docs | chococaker</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/style/main.css" />
<link rel="stylesheet" href="/style/nav.css" />
<link rel="shortcut icon" href="/assets/img/favicon-32x32.png" />
<style>.blog-data{color:#555}</style>
</head>
<body>
<nav>
<ul>
<li id="home-link"><a href="/index.html">[<u>H</u>]OME</a></li>
<li id="about-link"><a href="/about.html">[<u>A</u>]BOUT</a></li>
<li id="blog-link"><a href="/blog.html">[<u>B</u>]LOG</a></li>
<li id="docs-link"><a href="/docs.html">[<u>D</u>]OCS</a></li>
<li id="learn-link"><a href="/learn/learn.html">[<u>L</u>]EARN</a></li>
</ul>
</nav>
<main>
<h1>Docs</h1>
<p>I have one project so far: <a href="/docs/jjason.html">JJason</a>. All of the documentation is on the README, since it’s such a small project.</p>
</main>
<footer>
chococaker © 2024
</footer>
<script src="/script/nav.js" type="text/javascript"></script>
</body>
</html>