tld-registration/src/templates/head.hbs

10 lines
459 B
Handlebars

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=M+PLUS+1p:wght@300&family=Noto+Sans&display=swap&subset=latin"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/css/primary.css">
</head>