planet-wars/backend/templates/index.html.tera

52 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-03-25 21:14:26 +00:00
{% extends "base" %}
{% block content %}
2020-04-06 12:30:29 +00:00
<div class="info_wrapper">
<div class="info">
<div>
<h1>
Planetwars
</h1>
2020-04-07 11:51:35 +00:00
<h3>
2020-04-06 12:30:29 +00:00
powered by MOZAIC
</h3>
</div>
<div class="steps">
<a class="step" href='/mapbuilder'>
<div class="step_content">
<h2>Step 1:</h2>
<div>
<h3>(Optional)</h3>
<h3>Build a map</h3>
</div>
</div>
</a>
<a class="step" href='/lobby'>
<div class="step_content">
<h2>Step 2:</h2>
<h3>Create a game</h3>
</div>
</a>
2020-04-07 09:31:28 +00:00
<a class="step" href='/info/6'>
2020-04-06 12:30:29 +00:00
<div class="step_content">
<h2>Step 3:</h2>
<h3>Play!</h3>
</div>
</a>
</div>
<div>
2020-04-07 11:51:35 +00:00
<p style="font-size: 1.4em;">To build your own bot and own the competition <a href="/info" class="contribute">more information</a></p>
2020-04-06 12:30:29 +00:00
</div>
<div>
<h1 class="contribute">
<a href='https://github.com/ZeusWPI/Planetwars' target="_blank">
Contribute! <span class="heart"></span>
</a>
</h1>
</div>
2020-03-29 08:29:27 +00:00
</div>
</div>
2020-03-25 21:14:26 +00:00
{% endblock %}