summaryrefslogtreecommitdiffstats
path: root/index.html
blob: e7c8cf52db6ea3aa7a62b850ccb1d4db0f0f8bd7 (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>

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

</div>