forked from a456pur/seraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
30 lines (26 loc) · 1.6 KB
/
cookies.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/ico.ico" type="image/x-icon">
<link rel="stylesheet" href="storage/css/cookie-v2.css">
<title>Cookies | Seraph</title>
<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
<meta property="og:description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
</head>
<body>
<div class="cursor"></div>
<div class="content-side">
<h1>cookies</h1>
<a href="index.html" style="font-size: 18px;">go to homepage</a>
<p> seraph uses cookies on this website / utilises local storage to make sure that games save their progress, cloaking tab preferences are saved, themes preferences are saved and starred games are saved. </p>
<p> cookies and local storage are not stored or retained on any of our systems - only on your device, so we cannot see any of your data. </p>
<br>
<script src="storage/js/cursor.js"></script>
<script src="storage/js/cloak.js"></script>
<script src="storage/js/themes.js"></script>
</body>
</html>