forked from a456pur/seraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhost.html
35 lines (31 loc) · 2.04 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
<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/host-v2.css">
<title>Hosting | 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>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 completing 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 \\ </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>