vllm-project.github.io/_includes/head.html

18 lines
719 B
HTML

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:image" content="https://vllm.ai/assets/logos/vllm-logo-text-light.png">
<meta name="twitter:image:alt" content={vLLM}>
<title>
{{ page.title }}
</title>
<link rel="stylesheet" href="{{ 'styles.css' | relative_url }}">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/assets/apple-touch-icon-precomposed.png' | relative_url }}">
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}">
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' | relative_url }}">
{% seo title=false %}
</head>