mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
17 lines
452 B
Handlebars
17 lines
452 B
Handlebars
<head>
|
|
<!-- Meta tags -->
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
|
|
<!-- Google fonts -->
|
|
<link rel='preconnect' href='https://fonts.googleapis.com'>
|
|
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
|
|
|
|
<!-- Stylesheet -->
|
|
<link rel='stylesheet' href='/css/main.css'>
|
|
|
|
<!-- Title -->
|
|
<title>{{ title }}</title>
|
|
</head>
|