-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.8 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html>
<head>
<title>TouchGuild</title>
<meta name="description" content="TouchGuild is a powerful Node.js module for interfacing with Guilded.">
<meta name="keywords" content="touchguild, library, documentation, index, guilded, api, npm, module, wrapper, powerful, javascript, typescript, js, ts, touchguild, tg">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta property="og:image" content="https://cdn.glitch.global/cb35789e-99c8-4015-8a8d-97537557bba9/touchguild-icon.png">
<meta name="theme-color" content="#181C1F">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<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=Manrope:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="icon">
<img class="fullicon" src="touchguild-fullicon-white2.svg">
</div>
<div class="links">
<h2 class="links-config" style="text-align: center;">
<a href="https://github.com/DinographicPixels/TouchGuild">GitHub</a>
<span class="spacer">|</span>
<a href="https://npmjs.com/package/touchguild">NPM</a>
<span class="spacer">|</span>
<a href="https://docs.touchguild.com/">Documentation</a>
<span class="spacer">|</span>
<a href="https://guide.touchguild.com/">Guide</a>
</h2>
<div class="footer-font footer-config" style="text-align: center;">
<p>This project is open-source.</p>
<span class="spacer">|</span>
© <script>document.write(new Date().getFullYear());</script> DinographicPixels — All rights reserved.
</div>
</div>
</div>
</body>
</html>