-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (68 loc) · 3.85 KB
/
index.html
File metadata and controls
72 lines (68 loc) · 3.85 KB
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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#C5tJKq6m"></script>
<link rel="stylesheet" href="user_css/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Info Page</title>
<meta charset="UTF-8">
<meta name="description" content= "Settings page for Free GBA Games site! Gba Github!." />
<meta name="robots" content= "index, follow">
<meta name="keywords" content="gba, games, unblocked, play, free, gameboy, advance, emulator, roms, rom">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PEYFB861NV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PEYFB861NV');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5358301512554034"
crossorigin="anonymous"></script>
<link rel = "stylesheet" href = "user_css/themes.css">
</head>
<nav>
</div>
</nav>
<body>
<h1>Self Host Guide + Info!</h1>
<main>
<h2> Self Host Guide </h2>
<h3>Step 1: Forking + Account</h3>
<p> Navigate to the github repo, It can be found below </p>
<a href="https://github.com/cattn/gba-host">Here!</a>
<p>Next, login or create a github account (You can do it at school, and it's free!)</p>
<p>Then, click the <strong>fork</strong> button</p>
<img style="height: 500px; width: 1000px;" src="data/assets/fork.png" alt="fork">
<p> Ensure that the owner is set to the correct account.</p>
<p> Click Create Fork.</p>
<h3>Step 2: Publishing Pages</h3>
<p> Navigate to your newly-made repository. </p>
<p> Click the <strong>settings</strong> tab</p>
<p> Navigate to the <strong>pages </strong> section.</p>
<img style="height: 500px; width: 1000px;" src="data/assets/pagesset.png" alt="pages">
<p> In this page, under "Source", click on it, and select "Github Actions" </p>
<img style="height: 500px; width: 1000px;" src="data/assets/ghpagessource.png" alt="source">
<h3>Step 3: Deploying</h3>
<p> Navigate to the <strong>Actions</strong> tab</p>
<p> Click "Deploy static content to Pages".</p>
<img style="height: 500px; width: 1000px;" src="data/assets/deploycont.png" alt="deploy">
<p> Then, click the "Run Workflow" dropdown, and click the blue "Run Workflow" button.</p>
<img style="height: 500px; width: 1000px;" src="data/assets/runworkflo.png" alt="run workflow">
<h3>Step 4: Testing Content</h3>
<p>Once the workflow has completed (This will likely take around 30-40min) please navigate to:</p>
<p>https://cattn.github.io/gba-host/index.html Please replace "cattn" with your github username.</p>
<p>If you see the test page, then congrats! If not, then please try retrying the steps before, or contact us.</p>
<h3>Step 5: Using the deployment</h3>
<p>Now that you have a working deployment, you can use it to play the games you are hosting!</p>
<p>Navigate to the settings page on this site, and scroll to "Set Self Deployment"</p>
<p>Simply find or type the below link</p>
<p>https://cattn.github.io/gba-host/ Please replace "cattn" with your username</p>
<p>Put the link in the textbox, then turn the toggle to "ON" afterwords.</p>
<h2>For any other questions, please contact Cat.#5172 or join our discord linked below</h2>
<a href="https://discord.gg/nZrabh4cgH">Discord</a>
</p>
</main>
</body>
<script src="user_scripts/theme.js"></script>
</html>