This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
gitgod
/
PHP
Segui
5
Vota
4
Forka
3
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
915cdff855
Rami (Branch)
Tag
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
Cronologia
Originale
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>