14 lines
350 B
HTML
14 lines
350 B
HTML
<meta>
|
|
<title>{{ Meta.Title }}</title>
|
|
<meta name="description" content="{{ Meta.Description }}" />
|
|
<meta name="keywords" content="{{ Meta.Keywords }}" />
|
|
<style>
|
|
a {
|
|
color: black;
|
|
}
|
|
body {
|
|
color: #333;
|
|
}
|
|
</style>
|
|
</meta>
|