-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskeleton.html
More file actions
41 lines (40 loc) · 1.41 KB
/
skeleton.html
File metadata and controls
41 lines (40 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<title>Documentation</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="script.js"></script>
<link rel="prefetch" href="search-results.html" />
</head>
<body>
<div id="page-header">
<div id="logotype">
<span>Documentation</span>
<nav>
<a href="https://modpm.github.io/cmd/">cmd</a>
</nav>
</div>
<form id="search" action="search-docs.html">
<input placeholder="Find a symbol name..." type="search" name="searchTerm" />
<input type="submit" value="Go" />
</form>
</div>
<div id="page-body">
<div id="page-content"></div>
<div id="page-nav"></div>
</div>
<div id="page-footer">
<p>
Copyright © 2025 Zefir Kirilov. Released under the
<a href="https://github.com/modpm/cmd/blob/main/COPYING" target="_blank">GPL-3.0</a>
licence.
</p>
<p>
Page generated with
<a href="https://github.com/adamdruppe/adrdox" target="_blank">adrdox</a>
</p>
</div>
</body>
</html>