forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
58 lines (37 loc) · 1.05 KB
/
docs.html
File metadata and controls
58 lines (37 loc) · 1.05 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="UTF-8">
<title>@name@</title>
<meta name="Description" content="@description@" />
<!-- @include meta.html -->
<!-- @include head.html -->
</head>
<body id='root' class='root'>
<div id="accessibleMenu" class="ui accessibleMenu borderless fixed menu" role="menubar">
@accMenu@
</div>
<!-- @include tocheader.html -->
<div id="docs" class="pusher">
<!-- @include toc.html -->
<div class="article" id="maincontent">
<div class="article-inner">
<!-- @include header.html -->
<div class="main ui container fluid mainbody">
@printBtn@ @body@
<div class="hideprint">@github@</div>
</div>
<div class="showmobile hideprint">
@prev@ @next@
</div>
<!-- @include footer.html -->
</div>
<div class="hidemobile hideprint">
@prev@ @next@
</div>
</div>
</div>
<!-- @include macros.html -->
<!-- @include tracking.html -->
</body>
</html>