-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 952 Bytes
/
index.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
<!--
SPDX-FileCopyrightText: 2023 Don Geronimo <https://sentamal.in/>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Furry ID Generators</title>
</head>
<body>
<main>
<h1>Furry ID Generators</h1>
<p>Available generators are below:</p>
<ul>
<li><a href="/crew-certificate/">Crewmember Certificate</a></li>
<li><a href="/crew-id/">Crewmember Identification Badge</a></li>
<li><a href="/crew-license/">Crewmember License</a></li>
<li><a href="/events-passport/">Events Passport (MRP/Signature)</a></li>
<li><a href="/events-mrva/">Events Visa (MRV-A)</a></li>
<li><a href="/events-mrvb/">Events Visa (MRV-B)</a></li>
<li><a href="/events-seal/">Events Visa (Digital Seal)</a></li>
</ul>
</main>
</body>
</html>