git-repo-styles
Design documents for git.pablopie.xyz ✏️
File Name | Size | Mode |
readme.html | 1061B | -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</title> 7 <link rel="icon" type="image/svg" href="./favicon.svg" /> 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 class="nav-selected"><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><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 <section id="readme"> 33 <h1>example-repo</h1> 34 <p>Example repository!</p> 35 </section> 36 </div> 37 </main> 38 <footer>made with ❤️ by <a rel="author" href="https://pablopie.xyz/">@pablo</a></footer> 39 </body> 40 </html>