new-tab-page/index.html

17 lines
234 B
HTML
Raw Permalink Normal View History

2020-02-29 10:37:27 +00:00
---
layout: default
title: New Tab
---
2020-02-29 15:32:38 +00:00
{% include search.html %}
2020-02-29 10:37:27 +00:00
<div id='boxes'>
2020-02-29 15:32:38 +00:00
<div class='box'>
<h2>Status</h2>
{% include status.html %}
</div>
2020-02-29 10:37:27 +00:00
2020-02-29 15:32:38 +00:00
<div class='box'>
<h2>Links</h2>
{% include links.html %}
</div>
2020-02-29 10:37:27 +00:00
</div>