summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 0f868aca52c671b2481da78c254fc7bcf1ea32d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
title: ASCIIMX
---

<div class="container">

  <h1 class="brand title center" id="type">{{ site.title | upcase }}</h1>
  <h5 class="brand-description center">{{ site.description | markdownify }}</h5>

  <br>
  <br>

  <h4>Latest articles</h4>
  
  {% include archive.html limit="10" %}

</div>