-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 814 Bytes
/
index.html
File metadata and controls
32 lines (28 loc) · 814 Bytes
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
---
layout: default
title: "Indie Games"
---
<div class="splash igs">
<div>
<!--
<h2>A Wizard's Lizard: Soul Thief</h2>
<em>Play as the monsters, now on Steam Early Access</em>
-->
</div>
</div>
<div class="section home">
<iframe id="trailer-frame" width="550" height="309" src="about:blank" frameborder="0" allowfullscreen></iframe>
<iframe src="http://store.steampowered.com/widget/549740/" frameborder="0" width="550" height="190"></iframe>
<!--iframe
src="https://www.humblebundle.com/widget/v2/product/soul-thief/2Y35Z154Q3?theme=dark"
width="550" height="300"
style="border: none;"
scrolling="no"
frameborder="0">
</iframe-->
</div>
<script>
window.onload = function () {
document.getElementById("trailer-frame").src = "http://www.youtube.com/embed/SJgGJouaDvo";
};
</script>