This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
gitgod
/
PHP
Observar
5
Favorito
4
Fork
3
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
3b529a479d
Branches
Tags
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
Histórico
Raw
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>