This website works better with JavaScript
Home
Explore
Help
Sign In
gitgod
/
PHP
Watch
5
Star
4
Fork
3
Files
Issues
0
Pull Requests
0
Wiki
Tree:
915cdff855
Branches
Tags
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
History
Raw
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>