This website works better with JavaScript
홈
탐색
도움말
로그인
gitgod
/
PHP
Watch
5
Star
4
포크
3
파일
이슈
0
풀 리퀘스트
0
위키
트리:
3b529a479d
브랜치
태그
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
히스토리
Raw
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>