๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: redirect from shuuji3.xyz to www.shuuji3.xyz

+5
+5
index.html
··· 15 15 <link href="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap" rel="stylesheet" /> 16 16 <link rel="stylesheet" type="text/css" href="/style/Gilroy-Light.css" /> 17 17 <link rel="stylesheet" type="text/css" href="/style/Gilroy-ExtraBold.css" /> 18 + <script> 19 + if (location.host === 'shuuji3.xyz') { 20 + location.host = 'www.shuuji3.xyz' 21 + } 22 + </script> 18 23 <!-- Global site tag (gtag.js) - Google Analytics --> 19 24 <script 20 25 async