summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 353a44b7c15afe035d6304b307372d63cb5bffc5 (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="title center" id="type">{{ site.title | upcase }}</h1>
  <h5 class="center">{{ site.description | markdownify }}</h5>

  <br>
  <br>

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

</div>