diff --git a/pages/articles.js b/pages/articles.js
index a5a0ee8..bef3c68 100644
--- a/pages/articles.js
+++ b/pages/articles.js
@@ -10,6 +10,7 @@ export default function Articles() {
Latest (This is a very new part of the website, no proper automation has been implemented, all articles are written manually ^*^)
diff --git a/pages/articles/beta_2_alpha_1.js b/pages/articles/beta_2_alpha_1.js
new file mode 100644
index 0000000..3d43972
--- /dev/null
+++ b/pages/articles/beta_2_alpha_1.js
@@ -0,0 +1,31 @@
+import Article from '../../components/article';
+import Author from '../../components/author';
+import Navbar from '../../components/navbar';
+import EndQuote from '../../components/endquote';
+import CodeBlock from '../../components/codeblock';
+import embed from '../../components/embed';
+import Link from 'next/link';
+
+export default function Beta2Alpha1 () {
+ return (
+ <>
+
+
+ TheRed
+ Beta 2 Alpha 1
+ Hello there!
+ This is a new incremental update to Beta 2, Beta 2 Alpha 1!
+ This update switched the style up a little bit, as a matte look just doesn't look that great, lets be honest!
+ I tried to keep the matte look still going, but changed up the colors and RGBified everything ;)
+ This is a very small update, for example, changing the way how quotes look!:
+ This is an example! Also, links now have a little animation when you hover over them, like this one!
+ This is pretty much it lol
+
+
+ Cheers.
+ TheRed
+
+
+ >
+ )
+}
\ No newline at end of file