at master 599 B view raw
1<html lang="en"> 2 <head> 3 <link rel="stylesheet" href="./style.css"> 4 <meta http-equiv="refresh" content="0; url=https://willmexe.github.io/carlssonswordle/" /> 5 <title>Willmexe</title> 6 </head> 7 <body> 8 <div id="button" class="carlssonswordle"> 9 Click here for Sotarks Wordle 10 </div> 11 12 <script type="text/javascript"> 13 document.getElementById("button").onclick = function () { 14 location.href = "https://willmexe.github.io/SotarksWordle/"; 15 }; 16 </script> 17 </body> 18</html>