| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Git Projects - Josh Stockin</title> |
| 6 | <meta name="title" content="Git Projects - Josh Stockin" /> |
| 7 | <meta name="description" content="Summary for Josh Stockin's Git projects" /> |
| 8 | <meta property="og:site_name" content="Josh Stockin" /> |
| 9 | <meta property="og:title" content="Git Projects - Josh Stockin" /> |
| 10 | <meta property="og:description" content="Summary for Josh Stockin's Git projects" /> |
| 11 | <meta property="og:type" content="website" /> |
| 12 | <meta property="og:image" content="/static/favicon.png" /> |
| 13 | <meta property="og:url" content="https://git.joshstock.in" /> |
| 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 15 | <link rel="stylesheet" type="text/css" href="style.css"/> |
| 16 | </head> |
| 17 | <body> |
| 18 | <center> |
| 19 | <h1 style="margin-bottom:0">Git Commits</h1> |
| 20 | <p style="font-size: 1.5em; margin-top:10px">All my active Git projects and their recent activity</p> |
| 21 | </center> |
| 22 | <div id="container"> |
| 23 | <p style="margin-top:8px">Here's the list of repositories hosted on this server. There might be a few more scarcely populated repositories hosted on <a href="https://github.com/JoshuaS3">my GitHub page</a>. All commit links mirror to GitHub.</p> |
| 24 | <div class="divider"></div> |
| 25 | $repositories |
| 26 | </div> |
| 27 | </body> |
| 28 | </html> |
| 29 |
|