11 lines
401 B
Plaintext
11 lines
401 B
Plaintext
{% extends "template/app" %}
|
|
|
|
{% block main %}
|
|
<header>
|
|
<h1>Welcome to DDGuesser!</h1>
|
|
<p>The game where you guess the DDNet map!</p>
|
|
</header>
|
|
<img src="https://cataas.com/cat/says/DDGuesser?type=square" alt="Random image of a cat, with the caption 'DDGuesser'."
|
|
loading="lazy" id="meow">
|
|
<a href="/start-game" class="btn primary raised" id="start-game">Play game!</a>
|
|
{% endblock main %} |