Add files via upload

trying to fix the website for display the game.
Changing the "View on Github" link to open it in another tab.
This commit is contained in:
JunkJumper 2018-06-30 13:03:34 +02:00 committed by GitHub
parent b6e5f9f9e9
commit 4c17abc07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
</div>
<nav>
<ul>
<li><a href="https://github.com/JunkJumper/DoM-Que-Choisir">View On GitHub</a></li>
<li><a href="https://github.com/JunkJumper/DoM-Que-Choisir" target="github">View On GitHub</a></li>
<li class="last"><a href="https://junkjumper.github.io#projects">Back to Projects List</a></li>
</ul>
</nav>
@ -37,7 +37,7 @@
<section class="last clear">
<article class="two_third">
<center><h2>Game Demo</h2></center>
<iframe src="/game/index.html" width="100%" height="100%"></iframe>
<iframe src="game/index.html" width="100%" height="600px"></iframe>
</section>
</div>
</div>