versión visible
This commit is contained in:
14
templates/home/flood.html
Normal file
14
templates/home/flood.html
Normal 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 %}
|
Reference in New Issue
Block a user