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:
parent
b6e5f9f9e9
commit
4c17abc07d
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<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>
|
<li class="last"><a href="https://junkjumper.github.io#projects">Back to Projects List</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<section class="last clear">
|
<section class="last clear">
|
||||||
<article class="two_third">
|
<article class="two_third">
|
||||||
<center><h2>Game Demo</h2></center>
|
<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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -48,4 +48,4 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user