-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload.html
37 lines (37 loc) · 1.37 KB
/
load.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OutRed | Play your favorite games online for free!</title>
<link rel="shortcut icon" href="/img/logo.png" type="image/x-icon">
<link rel="stylesheet" href="/css/style.css">
<style>
iframe {
border: 3px solid black;
position: absolute;
top: 50%;
left: 43%;
transform: translate(-50%, -50%);
height: 80%;
width: 80%;
border-radius: 6px;
}
</style>
</head>
<body>
<div class="nav">
<a href="/index.html"><img class="logo" src="https://raw.githubusercontent.com/OutRed/outred.github.io/main/img/standard%20(3).gif"></a>
<a href="/index.html">Home</a>
<a class="active" href="/g/index.html">Games</a>
<a href="/main/apps.html">Apps</a>
<a class="alert" onclick="alert('Hello there!\n\ \n\The proxies are now located under the apps page.');">Proxies</a>
<a href="/main/settings.html">Settings</a>
</div>
<br><br><br>
<iframe class="g-loader" src="https://cdn.outred.org/n-gon"></iframe>
<div class="game-name"><h1 style="font-weight:normal;">N-Gon</h1></div>
<div class="g-suggestions"></div>
</body>
</html>