Browse Source

Petites modifs

master
klafyvel 8 years ago
committed by root
parent
commit
6478b31fdc
  1. 2
      static/style.css
  2. 2
      templates/home.html

2
static/style.css

@ -22,6 +22,8 @@ a {
height: 100px; height: 100px;
background: center center url('img/banner.svg') no-repeat; background: center center url('img/banner.svg') no-repeat;
padding: 10px 10px; padding: 10px 10px;
margin-bottom: 30px;
margin-top: 30px;
} }
#content_container { #content_container {

2
templates/home.html

@ -1,7 +1,7 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block content %} {% block content %}
<br> <br>
<h2>plop lolilol babeuloula</h2> <h2>Toi aussi abuse des pouvoirs du Rézo avec les Metzthernets !</h2>
<p id="play" style="text-align: center; font-size: 1.5em"> <p id="play" style="text-align: center; font-size: 1.5em">
<a href="{{url_for('play')}}">Jouer</a> <a href="{{url_for('play')}}">Jouer</a>
</p> </p>

Loading…
Cancel
Save