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" / >
2021-04-09 07:37:14 +03:00
< 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." >
2022-01-02 23:57:04 +03:00
< meta property = "og:image" content = "assets/images/screenshot.webp" / >
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-12-16 01:59:40 +03:00
< link href = "assets/vendor/source-sans-3.css" rel = "stylesheet" >
2021-12-19 15:04:00 +03:00
< link href = "assets/css/app.dist.css" rel = "stylesheet" >
2021-12-16 14:39:41 +03:00
< script src = "assets/vendor/petite-vue.min.js" defer > < / script >
2020-05-24 11:37:31 +03:00
< / head >