pxt-core-own
Version:
Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors
50 lines (31 loc) • 935 B
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>
<!-- @include footer.html -->
</div>
</div>
</div>
<!-- @include macros.html -->
<!-- @include tracking.html -->
</body>
</html>