diff --git a/.index.html.swp b/.index.html.swp
new file mode 100644
index 0000000..bb0e7ec
Binary files /dev/null and b/.index.html.swp differ
diff --git a/commits.sh b/commits.sh
new file mode 100755
index 0000000..3259bdc
--- /dev/null
+++ b/commits.sh
@@ -0,0 +1,5 @@
+commits=$(git log --pretty=format:"%s -- %an (%ad)
" -10)
+
+echo 'let commits = `'$commits'`' > recent-commits.js
+
+
diff --git a/experiments/index.html b/experiments/index.html
index d14fe6d..9019f49 100644
--- a/experiments/index.html
+++ b/experiments/index.html
@@ -1,6 +1,6 @@
Welcome to my personal website! I hope you have a good time.
Feel free to click the links above for more content!
Also, see below for links to my other stuff.
This website is completley open source on Github, see Website files and Node js files.
In order to contact me, you can email me email@deadvey.xyz Or PM me through Matrix, @deadvey:matrix.org
Here you can read my latest blog post:
+In order to contact me, you can email me email@deadvey.xyz
Or PM me through Matrix, @deadvey:matrix.org
However, if you want to report a bug then the best way would be on the Git repo