temporarily sets it to redirect to index until fix

This commit is contained in:
etherware-novice 2024-08-04 15:04:01 -05:00
parent 3f82b3ff44
commit 8a721e96e6
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -33,7 +33,7 @@ layout: null
</style>
</head>
<body>
<a href="/index2">click here to skip</a><br>
<a href="/index">click here to skip</a><br>
<p id="0"></p>
<p id="1"></p>
<p id="2"></p>
@ -106,7 +106,7 @@ layout: null
}
function skipper() {
window.location.href = "/index2";
window.location.href = "/index";
}