2022-04-08 20:41:15 -04:00
|
|
|
{{ define "main" }}
|
2022-04-27 15:43:22 -04:00
|
|
|
|
|
|
|
Hello and welcome to xiv.zone, I host a couple of my FFXIV-related projects here:
|
|
|
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
|
|
|
<a href='/astra' class="blurb-button">
|
|
|
|
<h4>Astra</h4>
|
2022-04-28 00:05:54 -04:00
|
|
|
Cross-platform launcher
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href='/novus' class="blurb-button">
|
|
|
|
<h4>Novus</h4>
|
2022-04-28 00:05:54 -04:00
|
|
|
Cross-platform modding tools
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
|
|
|
|
2022-07-27 22:22:03 -04:00
|
|
|
<a href='/physis' class="blurb-button">
|
|
|
|
<h4>Physis</h4>
|
2022-04-28 00:05:54 -04:00
|
|
|
Custom modding framework
|
|
|
|
</a>
|
|
|
|
|
2022-07-16 19:01:03 -04:00
|
|
|
<a href='https://docs.xiv.zone' class="blurb-button">
|
|
|
|
<h4>docs.xiv.zone</h4>
|
|
|
|
Documentation of FFXIV's inner workings.
|
|
|
|
</a>
|
|
|
|
|
2022-04-28 00:05:54 -04:00
|
|
|
<a href='/varc' class="blurb-button">
|
|
|
|
<h4>Vanilla Armor Refit Collection</h4>
|
|
|
|
Better fitting female armors
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2022-05-02 11:08:54 -04:00
|
|
|
<a href="/copyright">Copyright Notice</a>
|
|
|
|
|
2022-04-08 20:41:15 -04:00
|
|
|
{{ end }}
|