forked from a456pur/seraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
587 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
Oops, something went wrong.