forked from a456pur/seraph
-
Notifications
You must be signed in to change notification settings - Fork 1
/
host.html
45 lines (38 loc) · 2.34 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
<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/host4.css">
<title>Hosting | Seraph</title>
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<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>host</h1>
<a href="index.html" style="cursor: none;">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://youtu.be/Vv_c4Hq2iwo">youtube tutorial</a>
<br>
<a class="button" target="__blank" href="https://github.com/a456pur/seraph">github link</a>
<p> // developed by @a456pur | release build v7.4 \\ </p>
</div>
<script src="storage/js/cursor.js"></script>
<script src="storage/js/cloak.js"></script>
<script src="storage/js/themes.js"></script>
</body>
</html>