diff options
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | src/files/getchoo-modpack.zip | bin | 0 -> 91883 bytes | |||
| -rw-r--r-- | src/index.html | 7 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ed1528a..9081def 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ *.webp binary *.jpg binary *.png binary +*.zip binary diff --git a/src/files/getchoo-modpack.zip b/src/files/getchoo-modpack.zip Binary files differnew file mode 100644 index 0000000..e5a3839 --- /dev/null +++ b/src/files/getchoo-modpack.zip diff --git a/src/index.html b/src/index.html index fd32a04..62a1088 100644 --- a/src/index.html +++ b/src/index.html @@ -23,6 +23,13 @@ </ul> <br /> + <p> + here's my <a href="/files/getchoo-modpack.zip">modpack</a> (compatible + with multimc/prism launcher, + <a href="https://github.com/getchoo/modpack">github link</a>) + </p> + <br /> + <b><a href="lul.html">click me</a></b> </div> |
