зеркало из https://github.com/github/mlops.git
20 строки
831 B
HTML
20 строки
831 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="/assets/images/favicon-32.png" type="image/x-icon" />
|
|
{%- seo -%}
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
|
{%- feed_meta -%}
|
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
|
{%- include google-analytics.html -%}
|
|
{%- endif -%}
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
|
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
|
|
<style>
|
|
body {
|
|
background: #1b1f23;
|
|
}
|
|
</style>
|
|
</head> |