| 1 | <meta charset='utf-8'> |
| 2 | <title>Gitly</title> |
| 3 | <meta name="description" content="Open-source development platform written in V"> |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | <link rel='icon' type='image/svg+xml' href='/assets/favicon.svg' sizes='any'> |
| 6 | |
| 7 | @css '//fonts.googleapis.com/css?family=Roboto:400,300,100,200,500,700' |
| 8 | <link href="/css/gitly.css?v=@{app.started_at}" rel="stylesheet" type="text/css"> |
| 9 | |
| 10 | <script src="/js/gitly.js?v=@{app.started_at}"></script> |
| 11 | |
| 12 | |
| 13 | |