mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:19:26 +00:00
Added sass, and initial sass partials
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user