Changeset 68 in code for trunk/example


Ignore:
Timestamp:
Feb 11, 2024, 2:33:59 AM (16 months ago)
Author:
yakumo.izuru
Message:

Update manual and center the interface

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk/example
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/example/static/marisa.css

    r67 r68  
    33    color: #f8f8f2;
    44    font-family: sans-serif;
     5    text-align: center;
    56}
    67a {
     
    1213a:visited {
    1314    color: #66d9ef;
    14 }
    15 table {
    16     border-color: rgb(128, 0, 0);
    17 }
     15 }
  • trunk/example/templates/index.html

    r67 r68  
    1010  </head>
    1111  <body>
    12     <table border="1" align="center">
     12    <table>
    1313      <thead>
    1414        <img class="logo" src="/marisa.png">
     
    4040        </tr>
    4141        {{end}}
    42         <br><hr>
    43         <p>&copy; 2024 Izuru Yakumo</p>
    4442      </tfoot>
    4543    </table>
Note: See TracChangeset for help on using the changeset viewer.