-
Notifications
You must be signed in to change notification settings - Fork 3
/
support.html
46 lines (45 loc) · 1.66 KB
/
support.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
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height">
<link rel="stylesheet" type="text/css" href="css/core_style.css">
<script src="js/palette_light_dark.js"></script>
<meta name="theme-color" content="var(--color-base)"/>
<style>
body {
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
</style>
<title>PoE Atlas | Support</title>
</head>
<body>
<div class='text aligncenter'>
<p class="bold">Support me Financially</p>
<p>
If you find this site helpful and wish to support me
financially, you can do so via
<a target="_blank" rel="noopener noreferrer" href="https://patreon.com/jpcode">Patreon</a> or
<a target="_blank" rel="noopener noreferrer" href="https://ko-fi.com/johnpaul">KoFi</a>!
</p>
<br>
<p class="bold">Report a Bug</p>
<p>
Find a bug? You can report it at the
<a target="_blank" rel="noopener noreferrer" href="https://github.com/John-Paul-R/PoE-Atlas-Website/issues">
issue tracker</a>, so that I know to fix it!
</p>
<br>
<p class="bold">Contribute Code</p>
<p>
Want to make a code contribution to the project?
You can do so on the project's
<a target="_blank" rel="noopener noreferrer" href="https://github.com/John-Paul-R/PoE-Atlas-Website">
GitHub page</a>.
</p>
</div>
</body>