-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (36 loc) · 1.67 KB
/
Copy pathcontact.html
File metadata and controls
38 lines (36 loc) · 1.67 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
34
35
36
37
38
<!DOCTYPE html>
<head>
<title>Fluxer.Net Docs</title>
<meta charset="utf-8" />
<link rel="preload" as="style" href="/assets/defaults.css" />
<link rel="stylesheet" href="/assets/defaults.css" />
<link rel="icon" href="/assets/imgs/nexfinity.png" />
</head>
<body>
<template id="select">contact-header</template>
<template id="content">
<div class="widget" id="widget-nexfinity">
<div class="widget-name">
<img src="/assets/imgs/nexfinity.png" width="42" />
<span>Nexfinity Community</span>
</div>
<p class="widget-description">Want the fastest help? Join our community on Fluxer and ask the community for assistance!</p>
<div class="widget-footer">
<span class="server-widget-online" id="squad-online">5 members</span>
<a class="join-action" href="https://fluxer.gg/fluxer-net">Join Now!</a>
</div>
</div>
<div class="widget" id="widget-nexfinity">
<div class="widget-name">
<img src="/assets/imgs/nexfinity.png" width="42" />
<span>Nexfinity Repository</span>
</div>
<p class="widget-description">Found an issue with the library? Want to suggest a new or missing feature? Create an issue on our GitHub repository.</p>
<div class="widget-footer">
<!--<span class="server-widget-online" id="squad-online">5 members</span>-->
<a class="join-action" href="https://github.com/Nexfinity/Fluxer.Net">Open GitHub</a>
</div>
</div>
</template>
<script src="/assets/scripts/loader.js"></script>
</body>