css in assets

This commit is contained in:
Sebastian Frank
2019-02-13 12:21:20 +01:00
parent 9f9f6241b2
commit 39769a89c0
6 changed files with 49 additions and 19 deletions

View File

@@ -2,13 +2,5 @@
<title>{{ Meta.Title }}</title>
<meta name="description" content="{{ Meta.Description }}" />
<meta name="keywords" content="{{ Meta.Keywords }}" />
<style>
a {
color: black;
}
body {
color: #333;
background-color: lightgrey;
}
</style>
<link rel="stylesheet" type="text/css" href="../assets/css/main.css">
</meta>