summaryrefslogtreecommitdiffstats
path: root/index.html
blob: da592687abad52e3afa53b8d5bc5e8b5e2126962 (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 }}<span class="cursor"></span></h5>

  <br>
  <br>

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

</div>