Changeset 68 in code for trunk/example
- Timestamp:
- Feb 11, 2024, 2:33:59 AM (16 months ago)
- Location:
- trunk/example
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/example/static/marisa.css
r67 r68 3 3 color: #f8f8f2; 4 4 font-family: sans-serif; 5 text-align: center; 5 6 } 6 7 a { … … 12 13 a:visited { 13 14 color: #66d9ef; 14 } 15 table { 16 border-color: rgb(128, 0, 0); 17 } 15 } -
trunk/example/templates/index.html
r67 r68 10 10 </head> 11 11 <body> 12 <table border="1" align="center">12 <table> 13 13 <thead> 14 14 <img class="logo" src="/marisa.png"> … … 40 40 </tr> 41 41 {{end}} 42 <br><hr>43 <p>© 2024 Izuru Yakumo</p>44 42 </tfoot> 45 43 </table>
Note:
See TracChangeset
for help on using the changeset viewer.