git-repo-styles
Design documents for git.pablopie.xyz ✏️
refs.html (1466B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <title>stagit — Refs</title> 7 <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> 8 <link rel="stylesheet" type="text/css" href="./styles.css"> 9 </head> 10 <body> 11 <header> 12 <nav> 13 <a href="https://git.pablopie.xyz/"> 14 <img aria-hidden="true" alt="Website logo" src="./favicon.svg"> 15 git.pablopie.xyz 16 </a> 17 </nav> 18 </header> 19 <main> 20 <h1>stagit</h1> 21 <p>My personal build of stagit 😸️ 22 </p> 23 <nav> 24 <ul> 25 <li>git clone: <a href="git://git.pablopie.xyz/stagit">git://git.pablopie.xyz/stagit</a></li> 26 <li><a href="https://git.pablopie.xyz/stagit/log.html">Log</a></li> 27 <li><a href="https://git.pablopie.xyz/stagit/files.html">Files</a></li> 28 <li><a href="https://git.pablopie.xyz/stagit/refs.html">Refs</a></li> 29 <li><a href="https://git.pablopie.xyz/stagit/README.html">README</a></li> 30 <li><a href="https://git.pablopie.xyz/stagit/file/LICENSE.html">LICENSE</a></li> 31 </ul> 32 </nav> 33 <h2>Branches</h2> 34 <div class="table-container"> 35 <table id="branches"> 36 <thead> 37 <tr> 38 <td>Name</td> 39 <td>Last commit date</td> 40 <td>Author</td> 41 </tr> 42 </thead> 43 <tbody> 44 <tr> 45 <td>master</td> 46 <td><time datetime="2022-08-29 23:22">29/08/2022 23:22</time></td> 47 <td>Pablo</td> 48 </tr> 49 </tbody> 50 </table> 51 <div> 52 </main> 53 <footer>made with ❤️ by <a href="https://pablopie.xyz/">@pablo</a></footer> 54 </body> 55 </html>