summaryrefslogtreecommitdiffstats
path: root/index.html
blob: b66c38d9ee36be03ec57db9835c16c58e5c6eea3 (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 title-desc">{{ site.description | markdownify }}</h5>

  <br>
  <br>

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

</div>