1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 | <title>$repo - Josh Stockin</title> |
6 | <meta name="title" content="$repo - Josh Stockin" /> |
7 | <meta name="description" content="Recent commits for the locally hosted $repo repository. Mirrors to GitHub." /> |
8 | <meta property="og:site_name" content="Josh Stockin" /> |
9 | <meta property="og:title" content="$repo - Josh Stockin" /> |
10 | <meta property="og:description" content="Recent commits for the locally hosted $repo repository. Mirrors to GitHub." /> |
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/$repo/1" /> |
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">$repo</h1> |
20 | <p style="margin-top:0">$stats <a href="$github">[on GitHub]</a></p> |
21 | <a href="/"><< Back to home</a> |
22 | </center> |
23 | <div id="container"> |
24 | $pagecontrols |
25 | $commits |
26 | $pagecontrols |
27 | </div> |
28 | </body> |
29 | </html> |
30 |
|