my website
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>discord contact - chfour</title>
7 <link rel="stylesheet" href="style.css">
8 <style>
9 :root, body { height: 100vh; width: 100vw; margin: 0; }
10 body {
11 display: flex;
12 text-align: center;
13 }
14 body > :first-child {
15 margin: auto;
16 padding: 2em;
17 max-width: 30em;
18 }
19 </style>
20</head>
21<body>
22 <main>
23 <p>
24 discord still hasn't implemented the advanced
25 feature of "sharing one's profile via a link",
26 so my discord username is:
27 <span style="display: block; font-size: 2em; font-weight: bolder;">foxpu55y</span>
28 i have friend requests disabled, so contact me elsewhere first
29 </p>
30 <p>the account is relatively new because i failed the face scan age check verification thing (DOING IT THE <em>LEGIT WAY</em>) on 2026-02-12</p>
31 </main>
32</body>
33</html>