mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
af0d2e84e1
chore: minor front page styling
20 lines
1.2 KiB
HTML
20 lines
1.2 KiB
HTML
<head>
|
||
<title>Wakapi – Coding Statistics</title>
|
||
<base href="{{ getBasePath }}/">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
||
<meta property="og:title" content="Wakapi - Coding Statistics" />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:description" content="Wakapi is an open-source tool that helps you keep track of the time you have spent coding on different projects in different programming languages and more. Ideal for statistics freaks and anyone else.">
|
||
<meta property="og:image" content="assets/images/screenshot.png" />
|
||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
|
||
<link rel="manifest" href="assets/site.webmanifest">
|
||
<link href="assets/vendor/source-sans-3.css" rel="stylesheet">
|
||
{{ if isDev }}
|
||
<link href="assets/vendor/tailwind.css" rel="stylesheet">
|
||
{{ else }}
|
||
<link href="assets/vendor/tailwind.dist.css" rel="stylesheet">
|
||
{{ end }}
|
||
<link href="assets/app.css" rel="stylesheet">
|
||
</head> |