forked from TheKotti/thekotti.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.17 KB
/
index.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
41
<!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="index.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 = 550
src="hitmanmini.html"
frameborder = 0
></iframe>
</section>
<footer>
<p>Enhanced roulette by <a href="https://steamcommunity.com/id/andole">andole</a> | <a href="https://github.com/andoleal/hitman-roulette">Fork Github</a> </p>
<p>Original roulette by <a href="https://twitter.com/TheKotti">Kotti</a> | <a href="https://github.com/TheKotti/thekotti.github.io">Original Github</a> </p>
</footer>
</body>
</html>