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
63 lines (46 loc) · 1.47 KB
/
docs.html
File metadata and controls
63 lines (46 loc) · 1.47 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
59
60
61
62
63
<!DOCTYPE html>
<html lang="@locale@" 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@" />
<!-- @ifdef incontexttranslations -->
<script type="text/javascript">
var _jipt = [];
_jipt.push(['project', '@crowdinproject@']);
_jipt.push(['escape', function () {
window.location.href = window.location.href.replace(/[$\?]translate=1/, '');
}]);
</script>
<script type="text/javascript" src="//cdn.crowdin.com/jipt/jipt.js"></script>
<!-- @endif -->
<!-- @include meta.html -->
<!-- @include head.html -->
</head>
<body id='root' class='root'>
<div id="accessibleMenu" class="ui accessibleMenu borderless fixed menu docs" role="menubar">
@accMenu@
</div>
<!-- @include tocheader.html -->
<div id="docs" class="pusher">
<div class="article" id="maincontent">
<div class="article-inner">
<!-- @include header.html -->
<div class="main ui container fluid mainbody">
<button id="printbtn" class="circular ui icon right floated button hideprint hidemobile"
title="Print" aria-label="Print">
<i class="icon print"></i>
</button>
@body@
<div class="hideprint">@github@</div>
</div>
</div>
<!-- @include footer.html -->
</div>
</div>
<!-- @include langpicker.html -->
<!-- @include macros.html -->
<!-- @include tracking.html -->
</body>
</html>