14 lines
554 B
HTML
14 lines
554 B
HTML
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>
|
|
{{?title}}{{title}}{{/title}}
|
|
{{?htag}}
|
|
All cards {{#htag}} » {{tag}}{{/htag}}
|
|
{{/htag}}
|
|
</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{root}}/style.css" />
|
|
</head>
|