forked from jetchg/Vladamir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShadowgames.html
More file actions
28 lines (26 loc) · 1.24 KB
/
Shadowgames.html
File metadata and controls
28 lines (26 loc) · 1.24 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
<!DOCTYPE html>
<html>
<link href="./css/index.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SV408GM8XS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SV408GM8XS');
</script>
<title>Game | X </title>
<head>
<div class="navbar">
<div class="navitems">
<img alt = "Home" onclick="location.href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'" src="./images/logo.png" class="navlogo" draggable="false" />
<a href="/"><div class="navitem" current>Home</div></a>
<a href="aboutblank.html"><div class="navitem">Games</div></a>
<a href="./extras"><div class="navitem">Extras</div></a>
<a href="./blog"><div class="navitem">Blog</div></a>
<a href="./settings"><div class="navitem">Settings</div></a>
<a href="./about"><div class="navitem">About</div></a>
</div>
<center>
<iframe src="https://infmapi.github.io/shadowgmes.github.io" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
</center>