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">
|
2020-05-24 11:37:31 +03:00
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
2020-05-24 21:38:49 +03:00
|
|
|
|
<link href="https://unpkg.com/tailwindcss@^1.4.6/dist/tailwind.min.css" rel="stylesheet">
|
2020-05-24 11:37:31 +03:00
|
|
|
|
<link href="assets/app.css" rel="stylesheet">
|
|
|
|
|
</head>
|