2020-05-24 11:37:31 +03:00
|
|
|
|
<head>
|
|
|
|
|
<title>Wakapi – Coding Statistics</title>
|
2020-05-24 18:35:44 +03:00
|
|
|
|
<base href="{{ getBasePath }}/">
|
2020-05-24 11:37:31 +03:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
2020-11-28 22:31:28 +03:00
|
|
|
|
<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">
|
2021-01-31 16:10:17 +03:00
|
|
|
|
<link href="assets/vendor/roboto.css" rel="stylesheet">
|
2021-02-21 15:02:01 +03:00
|
|
|
|
{{ if isDev }}
|
|
|
|
|
<link href="assets/vendor/tailwind.css" rel="stylesheet">
|
|
|
|
|
{{ else }}
|
2021-02-21 13:14:55 +03:00
|
|
|
|
<link href="assets/vendor/tailwind.dist.css" rel="stylesheet">
|
2021-02-21 15:02:01 +03:00
|
|
|
|
{{ end }}
|
2020-05-24 11:37:31 +03:00
|
|
|
|
<link href="assets/app.css" rel="stylesheet">
|
|
|
|
|
</head>
|