pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
62 lines (46 loc) • 1.51 kB
HTML
<html lang="en" 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" role="main">
<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>