AnorakWeb/website/templates/game.html

10 lines
641 B
HTML

{% extends "base.html" %} {% block title %}Game{% endblock %} {% block
content %}
<div align="center" style="padding:10px;color: #04AA6D;">
<h1>| Game |</h1>
<h3>Soo... this is my first "game" that got past the player controller... ENJOY</h3>
<iframe src="https://demo.anorak01.top/0.1.11/Jumper.html" style="aspect-ratio: 16 / 9;width: 70%;min-width: 640px;min-height: 360px;max-width: 1920;max-height: 1200" title="Game"></iframe>
<h3>A = Left | W/Space = Jump | D = Right</h3>
<a class="game" href="https://latest.demo.anorak01.top" target="_blank" rel="noopener noreferrer">Direct Link</a>
</div>
{% endblock %}