17 lines
421 B
HTML
17 lines
421 B
HTML
---
|
|
# Feel free to add content and custom Front Matter to this file.
|
|
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
|
|
|
layout: home
|
|
---
|
|
|
|
<div id="stats-page" class="common-layout">
|
|
<div class="content">
|
|
<h1>CircuitPython Download Stats</h1>
|
|
<div class="stats-wrapper">
|
|
Loading Stats...
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/assets/javascript/stats.js"></script>
|