This commit is contained in:
Sophia Atkinson 2023-01-26 22:10:42 -08:00
parent 1fdc05598c
commit 675df40ddb
4 changed files with 14 additions and 7 deletions

View File

@ -51,6 +51,9 @@ h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
text-decoration: none;
border-bottom-color: transparent;
}
a.copy-cursor{
cursor: copy;
}
embed,
iframe,
object {

View File

@ -24,11 +24,13 @@
<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/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 class="footer align-center">
<p>&copy;2023 Wade Waters</p>
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</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>

View File

@ -21,13 +21,14 @@
</head>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
<h1>Error 403</h1>
<h2>Access Forbidden</h2>
<h3><a href="/">Home</a></h3>
<h1>Error 403</h1>
<h2>Access Forbidden</h2>
<h3><a href="/">Home</a></h3>
</div>
<div class="footer align-center">
<p>&copy;2023 Wade Waters</p>
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>

View File

@ -21,13 +21,14 @@
</head>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
<h1>Error 404</h1>
<h2>Page Not Found</h2>
<h3><a href="/">Home</a></h3>
<h1>Error 404</h1>
<h2>Page Not Found</h2>
<h3><a href="/">Home</a></h3>
</div>
<div class="footer align-center">
<p>&copy;2023 Wade Waters</p>
<p>Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>