-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhitman.html
40 lines (34 loc) · 1005 Bytes
/
hitman.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
38
39
40
<!DOCTYPE html>
<html>
<head lang="en">
<title>Hitman Roulette</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="stylesheet" href="css/2016.css" type="text/css">
<meta charset="utf-8">
</head>
<body>
<header>
<img src="roulettebanner2018.png" />
</header>
<nav>
<a href="roulette.html">Blood Money</a><br>
<a href="hitman.html">HITMAN</a><br>
<a href="about.html">About</a>
</nav>
<section id="roulettesection">
<a id="popoutnappi" href="roulettemini.html" onclick="window.open('hitmanmini.html', 'newwindow', 'width=375, height=600'); return false;">Popout</a>
<iframe
id="embed"
marginheight = 0
marginwidth = 0
width = 760
height = 600
src="hitmanmini.html"
frameborder = 0
></iframe>
</section>
<footer>
<p>By <a href="https://twitter.com/TheKotti">Kotti</a> | <a href="https://github.com/TheKotti/thekotti.github.io">Github</a> </p>
</footer>
</body>
</html>