This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
andre
/
tinyPnP
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
bc8c19f010
Ramos
Etiquetas
master
tinyPnP
/
pnpMachineFlask
/
templates
/
error.html
error.html
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
{% extends "main.html" %}
{% block body %}
<h1>Error</h1>
<p>{{ message }}</p>
{% endblock %}