39 lines
2.1 KiB
HTML
39 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Wade Waters</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<meta name="description" content="Welcome to Wades World.">
|
|
<meta name="keywords" content="Wade Waters, Wades World, Water Wade, Shwampy">
|
|
<meta name="author" content="Wade Waters">
|
|
<link rel="icon" type="image/webp" href="/img/favicon-16.webp" sizes="16x16">
|
|
<link rel="icon" type="image/webp" href="/img/favicon-32.webp" sizes="32x32">
|
|
<link rel="icon" type="image/webp" href="/img/favicon-64.webp" sizes="64x64">
|
|
<link rel="icon" type="image/webp" href="/img/favicon-128.webp" sizes="128x128">
|
|
<meta property="og:url" content="https://wade.sop.wtf">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Wade Waters">
|
|
<meta property="og:image" content="/img/cover.webp">
|
|
<meta property="og:description" content="Welcome to Wades World.">
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|
<p hidden>
|
|
<a rel="me" href="https://mastodon.lol/@www">Mastodon</a>
|
|
</p>
|
|
</head>
|
|
<div class="align-center">
|
|
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
|
<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/wwpronouns">Pronouns</a></h2>
|
|
<h2><a id="discord" href="#discord">Discord</a></h2>
|
|
</div>
|
|
<div class="footer align-center">
|
|
<p>©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> |