-
Notifications
You must be signed in to change notification settings - Fork 3
/
terms.html
32 lines (31 loc) · 1.29 KB
/
terms.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
<!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 | Terms</title>
</head>
<body>
<div><p class='text aligncenter'>
© 2020 <a href="https://github.com/John-Paul-R" target="_blank"> John Paul R.</a> -
<a href="https://www.mozilla.org/en-US/MPL/2.0/" target="_blank" rel="noopener noreferrer">License</a> -
This website (<a href="http://www.poeatlas.net">poeatlas.net</a>) is fan-made.
<br>
It is not endorsed by, directly affiliated with, maintained, authorized, or sponsored by Grinding Gear Games.
<br>
<a href="https://www.pathofexile.com/" target="_blank">PATH OF EXILE</a> is a registered trademark of
<a href="https://www.grindinggear.com/" target="_blank">Grinding Gear Games</a>.
</p></div>
</body>