25 строки
1.0 KiB
HTML
25 строки
1.0 KiB
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" type="image/png" href="https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Microsoft_logo.svg/2000px-Microsoft_logo.svg.png">
|
|
|
|
<title>
|
|
{% if page.title and page.language %}
|
|
{{ page.language | escape }} {{ page.title | escape }}
|
|
{% else if page.title %}
|
|
SQL Server ML Services - Get Started
|
|
{% else %}
|
|
SQL Server ML Services - Get Started
|
|
{% endif %}
|
|
</title>
|
|
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
|
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
|
|
{% include google-analytics.html %}
|
|
|
|
|
|
</head>
|