-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
44 lines (38 loc) · 1.1 KB
/
1.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
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page 2 · More</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="noindex, nofollow" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.css" />
<script type="module" src="/scripts/yax-tags-library.js"></script>
<link rel="icon" href="favicon.ico" />
</head>
<body>
<header style="min-height: 64px;">
<yax-navbar></yax-navbar>
</header>
<div style="min-height: 180px;">
<yax-tutorial-hero></yax-tutorial-hero>
</div>
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-3 is-hidden-mobile">
<yax-tutorial-toc></yax-tutorial-toc>
</div>
<div class="column is-9">
<div id="doc-content" class="content">
<yax-markdown theme="okaidia" mdsrc=""> </yax-markdown>
</div>
<yax-tutorial-paginate></yax-tutorial-paginate>
</div>
</div>
</div>
</section>
<footer>
<yax-footer></yax-footer>
</footer>
</body>
</html>