-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemp.html
More file actions
32 lines (32 loc) · 1.02 KB
/
temp.html
File metadata and controls
32 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>Guyot Temp</title>
<style>
body{
background-image:url(https://guyotjs.github.io/consoles/gbaDark.png);
background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed!important;
}
h1{color:white;font-family:sans-serif; font-size:50px;}
p,em,a{color:white; font-family:sans-serif;}
em{font-family:serif;}
.desc{color:lightgray}
</style>
</head>
<body>
<h1 align="center">
Guyot Temp
</h1>
<p align="center">
<em>This is a temporary fix to the guyot problem</em><br/>
<br/>
<b>Temporary Host emulators</b><br/>
<a href="https://boytacean.joao.me/">Game Boy</a><br/>
<em class="desc">^ At the bottom right select load ROM, and disable keyboard ^</em><br/>
<a href="https://ardean.github.io/jsGBC-web/">Alternative GB</a><br/>
<em class="desc">^ Double click on the screen for fullscreen down arrow to load ROM^</em><br/>
<a href="https://koute.github.io/pinky-web/">NES</a><br/>
<em class="desc">^ select load ROM ^</em>
</p>
</body>
</html>