Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Humanoidear committed Apr 7, 2024
1 parent dd2fd6b commit c3d17bf
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
---

<div class="redirect-container">
<img class="WiiLink-logo" src="https://www.wiilink24.com/img/logo.png">
<img class="WiiLink-logo" src="https://www.wiilink24.com/img/logo.png" />
<h1 class="head">Redirecting you to WiiLink</h1>
<p class="desc">If you are not redirected automatically, follow this <a href="https://www.wiilink24.com/#from-riiconnect24=true">link</a>.</p>
<p class="desc">
If you are not redirected automatically, follow this
<a href="https://www.wiilink24.com/#from-riiconnect24=true">link</a>.
</p>
</div>

<script>
// document.addEventListener('DOMContentLoaded', (event) => {
window.location.href = 'https://www.wiilink24.com/#from-riiconnect24=true';
});
</script>
<script>
document.addEventListener("DOMContentLoaded", (event) => {
window.location.href = "https://www.wiilink24.com/#from-riiconnect24=true";
});
</script>

<style>
body {
Expand Down Expand Up @@ -42,19 +45,19 @@ <h1 class="head">Redirecting you to WiiLink</h1>
font-size: 2em;
font-weight: 800;
font-family: system-ui;
color:white;
color: white;
margin: 0;
}

.desc {
font-size: 1.5em;
font-family: system-ui;
color:white;
color: white;
margin: 0;
}

a {
color: #007bff;
text-decoration: none;
}
</style>
</style>

0 comments on commit c3d17bf

Please sign in to comment.