FIX: Reroute to resume because the homepage is still in beta.

This commit is contained in:
MajorDroolz
2023-01-03 01:03:18 -05:00
parent 151f01c335
commit f8b282c042

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Refresh" content="0; url=home"> <meta http-equiv="Refresh" content="0; url=resume">
<link rel="stylesheet" href="/styles.css"> <link rel="stylesheet" href="/styles.css">
</head> </head>
</html> </html>