updates
This commit is contained in:
@ -51,6 +51,9 @@ h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
|
a.copy-cursor{
|
||||||
|
cursor: copy;
|
||||||
|
}
|
||||||
embed,
|
embed,
|
||||||
iframe,
|
iframe,
|
||||||
object {
|
object {
|
||||||
|
@ -24,11 +24,13 @@
|
|||||||
<h2><a href="mailto:waterwade@protonmail.com">Email</a></h2>
|
<h2><a href="mailto:waterwade@protonmail.com">Email</a></h2>
|
||||||
<h2><a href="https://sop.wtf/wwgit">Gitea</a></h2>
|
<h2><a href="https://sop.wtf/wwgit">Gitea</a></h2>
|
||||||
<h2><a href="https://sop.wtf/wwmas">Mastodon</a></h2>
|
<h2><a href="https://sop.wtf/wwmas">Mastodon</a></h2>
|
||||||
<h2><a href="https://sop.wtf/wwyoutube">Youtube</a></h2>
|
<h2><a href="https://sop.wtf/wwpronouns">Pronouns</a></h2>
|
||||||
|
<h2><a id="discord" href="#discord" onclick="navigator.clipboard.writeText('Wade#7925');;return true;">Discord</a></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer align-center">
|
<div class="footer align-center">
|
||||||
<p>©2023 Wade Waters</p>
|
<p>©2023 Wade Waters</p>
|
||||||
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<script>document.getElementById('discord').onclick=function(event){const str=event.target.innerText;const el=document.createElement('textarea');el.value=str;document.body.appendChild(el);el.select();navigator.clipboard.writeText('Wade#7925');document.body.removeChild(el);const buttontext=document.getElementById("discord");buttontext.innerHTML='Copied!';setTimeout(()=>{buttontext.innerHTML=str},4000)};</script>
|
||||||
</html>
|
</html>
|
@ -21,13 +21,14 @@
|
|||||||
</head>
|
</head>
|
||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
||||||
<h1>Error 403</h1>
|
<h1>Error 403</h1>
|
||||||
<h2>Access Forbidden</h2>
|
<h2>Access Forbidden</h2>
|
||||||
<h3><a href="/">Home</a></h3>
|
<h3><a href="/">Home</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer align-center">
|
<div class="footer align-center">
|
||||||
<p>©2023 Wade Waters</p>
|
<p>©2023 Wade Waters</p>
|
||||||
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -21,13 +21,14 @@
|
|||||||
</head>
|
</head>
|
||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
||||||
<h1>Error 404</h1>
|
<h1>Error 404</h1>
|
||||||
<h2>Page Not Found</h2>
|
<h2>Page Not Found</h2>
|
||||||
<h3><a href="/">Home</a></h3>
|
<h3><a href="/">Home</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer align-center">
|
<div class="footer align-center">
|
||||||
<p>©2023 Wade Waters</p>
|
<p>©2023 Wade Waters</p>
|
||||||
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user