Fancy page

This commit is contained in:
Madis Otenurm 2021-03-10 21:49:54 +02:00 committed by GitHub
parent 25ceeea02d
commit fb5efed3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
docs/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fabulously Optimized</title>
</head>
<body>
<script>
location.replace("https://www.curseforge.com/minecraft/modpacks/fabulously-optimized");
</script>
</body>
</html>