-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (20 loc) · 779 Bytes
/
Copy pathabout.html
File metadata and controls
20 lines (20 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>toDoc | About</title>
<meta name="description" content="Knowledge to document">
<link rel="stylesheet" href="https://unpkg.com/@vladocar/basic.css@1.0.3/css/basic.css">
<link rel="stylesheet" href="/assets/styles/site.css">
<script type="module" src="/assets/scripts/yax-blackledge-navbar.js"></script>
<script type="module" src="/assets/scripts/yax-markdown.js"></script>
</head>
<body>
<yax-blackledge-navbar></yax-blackledge-navbar>
<main style="margin: 5%">
<yax-markdown theme="okaidia" mdsrc=""></yax-markdown>
</main>
</body>
</html>