This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
gitgod
/
PHP
Suivre
5
Voter
4
Fork
3
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
915cdff855
Branches
Tags
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
Historique
Raw
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>