mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
c171d31f30
refactor: services
9 lines
483 B
HTML
9 lines
483 B
HTML
<head>
|
||
<title>Wakapi – Coding Statistics</title>
|
||
<base href="{{ getBasePath }}">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
||
<link rel="icon" data-emoji="📊" type="image/png">
|
||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
|
||
<link href="assets/app.css" rel="stylesheet">
|
||
</head> |