Picture-Puzzle-website/templates/update-1.html

19 lines
525 B
HTML

{% extends 'base.html' %}
{% block title %}
Game "Picture Puzzle remake" update 1.0
{% endblock %}
{% block content %}
<section class="content">
<h1>Game "Picture Puzzle remake" update 1.0</h1>
<img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500">
<p>Added:</p>
<ul>
<li>Game itself</li>
<li>New stuff</li>
<li>And more...</li>
</ul>
</section>
{% endblock %}