diff --git a/index.html b/index.html
index 1be58da..95a2d2f 100644
--- a/index.html
+++ b/index.html
@@ -81,6 +81,11 @@
+
+ Note:
+ This project is forked from ddedodediamante's (I probbaly spelled that wrong) rarry project, I forked it so i could add some new features and blocks. It is still in heavy development so expect many bugs.
+
+
© 2025 DbgIDE. Made with ❤️ by
diff --git a/src/home.css b/src/home.css
index 7c7fb8f..3de21dc 100644
--- a/src/home.css
+++ b/src/home.css
@@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
gap: 1.5rem;
- padding: 3rem;
+ padding: 12rem;
background-image: url("/icons/blur.png");
background-size: cover;
background-position: center;
@@ -60,6 +60,23 @@
color: white;
}
+.note {
+ padding: 2rem;
+ text-align: center;
+ background-color: var(--color2);
+ color: white;
+}
+
+.note h2 {
+ font-size: 2rem;
+ margin-bottom: 1.5rem;
+}
+
+.note p {
+ font-size: 1rem;
+ font-weight: 600;
+}
+
.cta-section h2 {
font-size: 2rem;
margin-bottom: 1.5rem;