mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
18 lines
563 B
Plaintext
18 lines
563 B
Plaintext
<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>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
|
|
|
|
<!-- Stylesheet -->
|
|
<link rel='stylesheet' href='/css/main.css'>
|
|
|
|
<!-- Title -->
|
|
<title><%= title %></title>
|
|
</head>
|