listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

Credits.html (753B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 body {
      6     font-family: -apple-system, sans-serif;
      7     font-size: 11px;
      8     text-align: center;
      9     margin: 0;
     10     padding: 4px 0;
     11 }
     12 h1 {
     13     font-size: 11px;
     14     font-weight: normal;
     15     color: #888;
     16     margin: 8px 0 2px;
     17 }
     18 p {
     19     margin: 2px 0 8px;
     20 }
     21 a {
     22     color: #06c;
     23     text-decoration: none;
     24 }
     25 </style>
     26 </head>
     27 <body>
     28 <h1>Programming</h1>
     29 <p>Claude Code and OpenAI Codex</p>
     30 <h1>Direction</h1>
     31 <p>Michael Camilleri</p>
     32 <p>
     33 <a href="https://apps.inqk.net/listless">Website</a>
     34 &nbsp;&middot;&nbsp;
     35 <a href="https://github.com/pyrmont/listless">Source Code</a>
     36 </p>
     37 <p style="color: #888; margin-top: 12px;">
     38 Thank you to my wife, daughter and sons<br>
     39 for their love and inspiration.
     40 </p>
     41 </body>
     42 </html>