forked from 316k/DopeWars.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
43 lines (33 loc) · 1.18 KB
/
privacy-policy.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
<!DOCTYPE HTML>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html lang=en>
<head>
<meta charset="utf-8" />
<title>DopeWars.js - Privacy Policy</title>
<link rel="stylesheet" href="css/style.css" media="all" type="text/css">
</head>
<body>
<header>
<h1>DopeWars.js Privacy Policy</h1>
</header>
<section>
<h1 id="personal-info">Personal info</h1>
<p>All your personal information belongs to you. You should never allow anyone or any company to have power over them.</p>
</section>
<section>
<h1 id="storage">How we store your info</h1>
<h2 id="storage_location">Where your info lives</h2>
<p>Information is stocked on your own machine through HTML5 localStorage.</p>
</section>
<section>
<h1 id="misc">About</h1>
<h2 id="misc_contact">Contact me</h2>
<p>Feel free to contact me at 316k [at] legtux [.] org.</p>
</section>
<footer>
<a href="index.html">Back to the game</a>
</footer>
</body>
</html>