forked from SilentArctic/silentarctic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.14 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GenesysRef API</title>
</head>
<body>
<p>
Collection database for <a href="https://genesysref.netlify.app">GenesysRef</a>.
</p>
<p>
If you would like to contribute to a hosted collection or submit your own, and know how to use GitHub, <a href="https://github.com/SilentArctic/silentarctic.github.io">fork this repo</a> and make a pull request with your changes.
</p>
<p>
If you would like to contribute to a hosted collection or submit your own, and you <i>aren't</i> familiar with GitHub, join the conversation on our <a href="https://discord.gg/8h5NMyunSs" target="_blank">Discord</a>.
</p>
<p>
If you would like to use this as an API for Genesys data, please contact SilentArctic through Discord.
</p>
<ul id="core-links">
<div>Core Modules</div>
</ul>
<ul id="community-links">
<div>Community Modules</div>
</ul>
<script type="module" src="./index.mjs"></script>
</body>
</html>