diff --git a/pages/download/index.html b/pages/download/index.html
new file mode 100644
index 00000000..e775d1cc
--- /dev/null
+++ b/pages/download/index.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
Latest Lime3DS Downloads
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/stylesheets/download.css b/resources/stylesheets/download.css
new file mode 100644
index 00000000..f15377e5
--- /dev/null
+++ b/resources/stylesheets/download.css
@@ -0,0 +1,121 @@
+.button {
+ display: inline-block;
+ padding: 15px 30px;
+ margin: 10px;
+ border-radius: 5px;
+ color: white;
+ text-decoration: none;
+ font-size: 16px;
+ transition: background-color 0.3s;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ text-align: center;
+ width: 140px;
+}
+
+.windows {
+ background-color: #0078D7;
+}
+
+.btn{
+ width: 200px;
+ height: 150px;
+ margin: 40px;
+ border-radius: 5px;
+ border: 1px solid black;
+}
+
+.btn:hover{
+ scale: 105%;
+}
+
+
+a{
+ text-decoration: none;
+}
+
+.android_{
+ background-color: rgb(23 57 35);
+}
+
+.windows_{
+ background-color: #38384B;
+}
+
+.linux_{
+ background-color: rgb(90 60 25);
+}
+
+.mac__
+{
+ background-color: #363940;
+}
+
+.windows_:hover{
+
+ background-color: #28283B;
+}
+
+.linux {
+ background-color: rgb(90 60 25);
+}
+
+.mac {
+ background-color: #363940;
+}
+
+.android {
+ background-color: rgb(25, 85, 40);
+}
+
+.button:hover {
+ filter: brightness(90%);
+}
+
+.navigation {
+ margin-top: 20px;
+}
+
+#release {
+ margin-top: 30px;
+}
+
+button {
+
+ padding: 10px 20px;
+ font-size: 14px;
+ cursor: pointer;
+}
+
+button:disabled {
+ background-color: #969696;
+ cursor: not-allowed;
+}
+
+
+/*
+if u know batter form to do this :D make it pls
+*/
+.mark{
+ position: relative;
+ user-select: none;
+ cursor: pointer;
+ margin-left: 30px;
+}
+
+.mark::before {
+ content: "";
+ position: absolute;
+ margin-top: 10px;
+ margin-left: -30px;
+ border-style: solid;
+ border-width: 10px 0 10px 15px;
+ border-color: transparent transparent transparent white;
+ transition: 200ms; /* animation XD */
+}
+
+.hide.mark::before{
+ transform: rotatez(0deg);
+}
+.mark::before{
+ transform: rotatez(60deg);
+}
diff --git a/resources/templates/generic-nav.html b/resources/templates/generic-nav.html
index a031b1e4..0ea5f8b6 100644
--- a/resources/templates/generic-nav.html
+++ b/resources/templates/generic-nav.html
@@ -6,7 +6,7 @@