git-repo-styles
Design documents for git.pablopie.xyz ✏️
File Name | Size | Mode |
refs.html | 1258B | -rw-r--r-- |
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>example-repo — Refs</title> 7 <link rel="icon" type="image/svg" href="index.html"> 8 <link rel="stylesheet" type="text/css" href="./styles.css"> 9 </head> 10 <body> 11 <header> 12 <nav> 13 <a href="index.html"> 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>example-repo</h1> 21 <p>Example repository!</p> 22 <nav> 23 <ul> 24 <li><a href="readme.html">summery</a></li> 25 <li><a href="log.html">log</a></li> 26 <li><a href="tree.html">tree</a></li> 27 <li class="nav-selected"><a href="refs.html">refs</a></li> 28 <li><a rel="license" href="license.html">license</a></li> 29 </ul> 30 <p>git clone: <a href="">git://git.pablopie.xyz/example-repo</a></p> 31 </nav> 32 <h2>Branches</h2> 33 <div class="table-container"> 34 <table id="branches"> 35 <thead> 36 <tr> 37 <td>Name</td> 38 <td>Last commit date</td> 39 <td>Author</td> 40 </tr> 41 </thead> 42 <tbody> 43 <tr> 44 <td>master</td> 45 <td><time datetime="2022-08-29 23:22">29/08/2022 23:22</time></td> 46 <td>Pablo</td> 47 </tr> 48 </tbody> 49 </table> 50 <div> 51 </main> 52 <footer>made with ❤️ by <a href="https://pablopie.xyz/">@pablo</a></footer> 53 </body> 54 </html>