-
Notifications
You must be signed in to change notification settings - Fork 592
/
host.html
63 lines (54 loc) · 3.01 KB
/
host.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7FN7LEVWXD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7FN7LEVWXD');
</script>
<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/rehost.css">
<title>Hosting | Seraph</title>
<meta name="description" content="an open source games site hosting 500+ games, useful utilities, powerful settings + a clean user interface">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
<meta property="og:description" content="an open source games site hosting 500+ games, useful utilities, powerful settings + a clean user interface">
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/offline-worker.js').then(function(registration) {
console.log('service worker initalised! scope:', registration.scope);
navigator.serviceWorker.addEventListener('message', function(event) {
if (event.data === 'cached') {
document.getElementById('cache-status').style.display = 'block';
}
});
}, function(error) {
console.log('ack, error with serviceworker! ', error);
});
});
}
</script>
</head>
<body>
<div class="content-side">
<h1>host</h1>
<a href="index.html">go to homepage</a>
<p> concerned about being restricted from seraph? you can effortlessly rehost seraph on a different website without any extra cost by using github pages. it provides convenient accessibility, a one-time setup process and full compatibility with saving progress in all of your games.</p>
<p> to deploy github pages, you can follow the step-by-step youtube tutorial below. if you encounter errors accessing either the youtube video or github at school, consider watching the process either at home or on a different device. </p>
<br>
<a class="button" target="__blank" href="https://www.youtube.com/watch?v=clgOL7Frdcc">vercel tutorial</a>
<br>
<a class="button" target="__blank" href="https://github.com/a456pur/seraph">github link</a>
<p> // developed by @a456pur | release build v10 \\ </p>
</div>
<script src="storage/js/"></script>
<script src="storage/js/cloak.js"></script>
<script src="storage/js/theme.js"></script>
<script src="storage/js/cookie.js"></script>
</body>
</html>