mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 14:34:24 +01:00
* feat: remove tagline from landing * feat(concept): add text * feat(concept): add images * feat(concept): add emphasis * feat(fork): add /concept * feat(menu): add /concept
12 lines
395 B
HTML
12 lines
395 B
HTML
<div class="row">
|
|
<div class="span8 offset2" style="margin-bottom: 1rem;">
|
|
<center>
|
|
<a href="/">Map</a> |
|
|
<a href="/fork">Fork?</a> |
|
|
<a href="/concept">Concept</a> |
|
|
<a href="/checklist">Checklist</a> |
|
|
<a href="/logo">Logo</a> |
|
|
<a href="/translations">Translations</a>
|
|
</center>
|
|
</div>
|
|
</div> |