-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme-template.html
More file actions
30 lines (23 loc) · 980 Bytes
/
Copy pathreadme-template.html
File metadata and controls
30 lines (23 loc) · 980 Bytes
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
<!DOCTYPE html>
<!-- Template for creating html from markdown -->
<!-- Your markdown source to convert to html-->
<link href="readme.md" rel="markdown" />
<!-- Color schemes support: light images catalog -->
<link href="help/light/" rel="catalog" type="light" />
<!-- Color schemes support: dark images catalog -->
<link href="help/dark/" rel="catalog" type="dark" />
<!-- Your CSS styles. -->
<link href="help/css/markdown.css" rel="stylesheet" />
<!-- Working scripts. Do not change! -->
<script src="help/js/showdown.min.js"></script>
<script src="help/js/md2html.js"></script>
<body>
<!-- This is floating link to top of page -->
<!-- <div class="ontoplink" style="position: fixed; right: 5em; bottom: 1em;">
<a href="#">Наверх</a>
</div> -->
</body>
<!-- Do you want to view html on local machine?
Due to local file load restrictions JavaScript cannot load MD file!
You must provide MD file content below this tag. -->
<noscript>