This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
gitgod
/
PHP
Watch
5
Star
4
Fork
3
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
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>