new-tab-page/index.html
Lynne fbe5d156cd
All checks were successful
continuous-integration/drone/push Build is passing
add searchbar and status tracker
2020-03-01 01:32:38 +10:00

16 lines
234 B
HTML

---
layout: default
title: New Tab
---
{% include search.html %}
<div id='boxes'>
<div class='box'>
<h2>Status</h2>
{% include status.html %}
</div>
<div class='box'>
<h2>Links</h2>
{% include links.html %}
</div>
</div>