diff --git a/res/index.js b/res/index.js
index 3ca1e89..14ed8f6 100644
--- a/res/index.js
+++ b/res/index.js
@@ -23,6 +23,7 @@ const peformRouteAction = async (pathname) => {
switch (route) {
case '': {
A('#content-container').load('/pages/home.html');
+ A('meta[name="description"]').attr('content', "Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, a contact page, and a blog.");
break;
}
case '/blog': {