|
Revision 92, 387 bytes
(checked in by yappo, 6 years ago)
|
|
websites/coderepos.org/trac/templates: trac template imported
|
| Line | |
|---|
| 1 | <?cs |
|---|
| 2 | ######################################################################### |
|---|
| 3 | # Site footer - Contents are automatically inserted after main Trac HTML |
|---|
| 4 | ?> |
|---|
| 5 | <div style="text-align:right; font-size: 10px;"> |
|---|
| 6 | Hosted by <a href="http://www.infomarks.co.jp/">INFOMARKS Corporation<br /> |
|---|
| 7 | <img src="http://www.infomarks.co.jp/img/infomarks.gif" style="width: 160px; height: 38px;" /> |
|---|
| 8 | </a> |
|---|
| 9 | </div> |
|---|