-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.html
43 lines (43 loc) · 1.77 KB
/
training.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tech Suite Manual</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- Theme: Simple (light + dark) -->
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<style>
summary {
cursor: pointer;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Back',
loadSidebar: false,
subMaxLevel: 1,
nameLink: 'javascript:history.back()',
themeable: {
responsiveTables: false
}
}
</script>
<!-- Docsify v4 https://docsify.js.org/ -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<!-- https://jhildenbiddle.github.io/docsify-tabs/ -->
<script src="//cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<!-- https://jhildenbiddle.github.io/docsify-themeable -->
<script src="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<!-- https://vagnerdomingues.github.io/docsify-example-panels/ -->
<!-- <script src="//cdn.jsdelivr.net/npm/docsify-example-panels@1"></script> -->
<script src="//cdn.jsdelivr.net/gh/smtd-pat/docsify-example-panels/dist/docsify-example-panels.min.js"></script>
<!-- https://h-hg.github.io/docsify-image-caption/ -->
<script src="//cdn.jsdelivr.net/gh/h-hg/docsify-image-caption@0/dist/docsify-image-caption.min.js"></script>
</body>
</html>