git-repo-styles
Design documents for git.pablopie.xyz ✏️
readme.html (1285B)
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>git-repo-styles</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="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>git-repo-styles</h1> 21 <p>Design documents for git.pablopie.xyz ✏️ 22 </p> 23 <nav> 24 <ul> 25 <li>git clone: <a href="git://git.pablopie.xyz/git-repo-styles">git://git.pablopie.xyz/git-repo-styles</a> 26 </li> 27 <li><a href="log.html">Log</a></li> 28 <li><a href="files.html">Files</a></li> 29 <li><a href="refs.html">Refs</a></li> 30 <li><a href="README.html">README</a></li> 31 <li><a rel="license" href="file/LICENSE.html">LICENSE</a></li> 32 </ul> 33 </nav> 34 <section id="readme"> 35 <h1>Git Repos Style</h1> 36 <p>Design documents for <a href="https://git.pablopie.xyz">https://git.pablopie.xyz</a>. Visually this is mainly based 37 on <a href="https://sourcehut.org">sourcehut</a>.</p> 38 </section> 39 </div> 40 </main> 41 <footer>made with ❤️ by <a rel="author" href="https://pablopie.xyz/">@pablo</a></footer> 42 </body> 43 </html>