diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-07-01 05:23:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 05:23:05 +0000 |
| commit | dc95635f199e86072ad7fa7fc7a5d77457120715 (patch) | |
| tree | f4ba38fbefdf43531006bdbee2aa50abec6c9a0a /src/routes | |
| parent | 61c160b600026da4f9dcc43232281e397699f2f1 (diff) | |
| parent | f740562c791048393913fdf75b677fc49760c07c (diff) | |
| download | skyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.tar.gz skyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.tar.bz2 skyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.zip | |
Merge pull request #4 from skyblockstats/faster-heads
Faster heads
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/index.svelte | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 851f70e..5780e7a 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -88,8 +88,11 @@ <a href="//hypixel.net/threads/3597207">Worlds and Beyond</a>. </p> <p> - Minecraft skin APIs: <a href="//mc-heads.net">mc-heads.net</a> for 3d renders and - <a href="//mc-crafatar.com">crafatar.com</a> for 2d heads. + Minecraft skin APIs: <a href="//h.matdoes.dev"> + mat's super duper simple minecraft head renderer + </a> + for heads and + <a href="//mc-heads.net">mc-heads.net</a> for full-body renders. </p> <p>Emojis: <a href="//twemoji.twitter.com/">Twemoji</a>.</p> <p>Font: <a href="//brailleinstitute.org/freefont">Atkinson Hyperlegible</a>.</p> |
