
Have you ever wondered how to make an Eaglercraft Server? Read this article to find out how!
+From b37f22e6eb74400ffea8c7da2c91cf0df43a371c Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:42:36 -0700 Subject: [PATCH] add articles --- public/articles/index.html | 83 ++++++++++++++++++ public/home/archive/index.html | 4 + public/home/clients/index.html | 4 + public/home/downloads/index.html | 4 + public/home/game/index.html | 4 + public/mods/mods/index.html | 4 + public/mods/resourcepacks/index.html | 4 + .../images/icons/articles/mc-server.webp | Bin 0 -> 6382 bytes .../resources/images/icons/nav/articles.webp | Bin 0 -> 1588 bytes public/resources/styles/themes/default.css | 58 ++++++++++-- public/servers/index.html | 4 + public/settings/index.html | 4 + public/updates/index.html | 4 + src/resources/scripts/main.ts | 9 +- 14 files changed, 178 insertions(+), 8 deletions(-) create mode 100644 public/articles/index.html create mode 100644 public/resources/images/icons/articles/mc-server.webp create mode 100644 public/resources/images/icons/nav/articles.webp diff --git a/public/articles/index.html b/public/articles/index.html new file mode 100644 index 0000000..e56a805 --- /dev/null +++ b/public/articles/index.html @@ -0,0 +1,83 @@ + + +
+ + +Have you ever wondered how to make an Eaglercraft Server? Read this article to find out how!
+