versión visible

This commit is contained in:
2012-04-03 23:38:51 +02:00
commit cb7c3277fc
26 changed files with 1259238 additions and 0 deletions

14
templates/home/flood.html Normal file
View File

@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block title %}Separador de sílabas{% endblock %}
{% block content %}
<div class="hero-unit">
<h1><a href="/">Separador de sílabas</a></h1>
</div>
<div class="resultados well alert alert-error">
<h1>Demasiadas repeticiones</h1>
</div>
{% endblock %}