-
Notifications
You must be signed in to change notification settings - Fork 1
/
fc.html
121 lines (121 loc) · 3.24 KB
/
fc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!doctype HTML>
<html>
<head>
<title>ExperiencersInternationals Friend Codes</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<meta name="title" content="ExperiencersInternational's Friend Codes">
<meta name="description" content="A list of the friend codes for ExperiencersInternational.">
<meta property="og:url" content="https://experiencersinternational.github.io/shortlinks/friendcodes.html">
<meta property="og:title" content="ExperiencersInternational's Friend Codes">
<meta property="og:description" content="A list of the friend codes for ExperiencersInternational.">
</head>
<style>
p {
font-size: 40px;
}
table {
font-size: 32px;
border-width: 4px;
border-style: solid;
border-color: white;
border-radius: 15px;
}
body {
background-color: darkslategray;
color: white;
text-align: center;
font-family: Inter;
}
.head {
background-color: darkcyan;
text-align: center;
border-radius: 15px;
height: 120px;
}
.title {
padding: 8px;
font-family: Inter 800, sans-serif;
font-size: 48px;
}
.streetpass {
color: orange;
}
</style>
<body>
<header><div class="head"><h3 class="title">ExperiencersInternational's Shortlinks</h3></div></header>
<p class="streetpass">Did you just StreetPass me and you got redirected here? If so, thank you so much. My 3DS FC is listed further down and if you want to contact me to share yours, I'm on Sharkey (it's like Mastodon, and can communicate with Mastodon) at @[email protected], Matrix at @experiencersinternational:matrix.org, Signal at @experiencersinternational:24, Discord at @experiencersinternational and YouTube at @experiencersinternational.</p>
<br>
<p>Here's a list of my friend codes. Depending on the platform, I may not be able to add you on them, and on some, you may need to exchange friend codes with me</p>
<table>
<tr>
<th>Platform</th>
<th>Friend Code/Username</th>
</tr>
<tr>
<td>Nintendo Switch</td>
<td>SW-2233-9704-3617</td>
</tr>
<tr>
<td>Nintendo 3DS* (Nintendo Network)</td>
<td>1049-5741-7705</td>
</tr>
<tr>
<td>Nintendo 3DS* (Pretendo Network)</td>
<td>3452-4955-9941</td>
</tr>
<tr>
<td>Nintendo Wii U (Nintendo Network)</td>
<td>For personal reasons, this is DM only</td>
</tr>
<tr>
<td>Nintendo Wii U (Pretendo Network)</td>
<td>GamersInternatio</td>
</tr>
<tr>
<td>Animal Crossing: Let's Go To The City (Wiimmfi)*</td>
<td>4644-5845-2728</td>
</tr>
<tr>
<td>Animal Crossing Wild World (Wiimmfi)*</td>
<td>0521-4131-7302</td>
</tr>
<tr>
<td>Mario Kart Wii (Wiimmfi)*</td>
<td>4300-9856-3567</td>
</tr>
<tr>
<td>Roblox∆</td>
<td>GamersInternational</td>
</tr>
<tr>
<td>Epic Games</td>
<td>gamersinternatio</td>
</tr>
<tr>
<td>PlayStation Network</td>
<td>gamersinternatio</td>
</tr>
<tr>
<td>Mario Kart Tour</td>
<td>8923-1420-8939</td>
</tr>
<tr>
<td>Animal Crossing Pocket Camp</td>
<td>4407-4439-173</td>
</tr>
<tr>
<td>Steam</td>
<td>GamersInternational</td>
</tr>
<tr>
<td>Xbox Live</td>
<td>MetalScarf44906</td>
</tr>
</table>
<h6>* Must contact me on a platform, e.g. Firefish, Matrix or email to be able to add user as a friend.</h6>
<br>
<h6>∆ Unlikely to get added due to friend limits etc</h6>
</body>
</html>