mirror of
https://github.com/rancher/os.git
synced 2025-06-24 05:57:03 +00:00
51 lines
2.3 KiB
HTML
51 lines
2.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>{{ page.title }}</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta name="description" content="{{ site.description }}">
|
||
|
<link href="/favicon.png" rel="shortcut icon" type="image/png" sizes="16x16">
|
||
|
<link href="{{site.baseurl}}/css/syntax.css?t={{site.time}}" rel="stylesheet">
|
||
|
<link href="{{site.baseurl}}/vendor/font-awesome/css/font-awesome.min.css?t={{site.time}}" rel="stylesheet">
|
||
|
<link href="{{site.baseurl}}/vendor/lato/lato.css?t={{site.time}}" rel="stylesheet">
|
||
|
<link href="{{site.baseurl}}/css/lacsso.css?t={{site.time}}" rel="stylesheet">
|
||
|
<link href="{{site.baseurl}}/css/slicknav.css?t={{site.time}}" rel="stylesheet">
|
||
|
<link href="{{site.baseurl}}/css/rancher-docs.css?t={{site.time}}" rel="stylesheet">
|
||
|
</head>
|
||
|
<body class="bg-default" class="bg-default">
|
||
|
<div class="row body">
|
||
|
|
||
|
|
||
|
<header id="header" class="section">
|
||
|
<nav class="row" role="navigation">
|
||
|
<div class="col span-3">
|
||
|
<a class="navbar-brand" href="/"><img src="{{site.baseurl}}/img/rancher-logo-nopadding.svg" width="200px" style="padding-left: 20px" /></a>
|
||
|
</div>
|
||
|
|
||
|
<div class="col span-5 offset-3">
|
||
|
<!--Start Google Search-->
|
||
|
<div class="gcse-search" id="google-search"></div>
|
||
|
<script>
|
||
|
var match = window.location.pathname.match(/\/rancher\/([^\/]+)/);
|
||
|
if ( match ) {
|
||
|
document.getElementById('google-search').setAttribute('data-defaultToRefinement', match[1]);
|
||
|
}
|
||
|
|
||
|
(function() {
|
||
|
var cx = '007896692384436596364:60akf3bfmxm';
|
||
|
var gcse = document.createElement('script');
|
||
|
gcse.type = 'text/javascript';
|
||
|
gcse.async = true;
|
||
|
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
|
||
|
var s = document.getElementsByTagName('script')[0];
|
||
|
s.parentNode.insertBefore(gcse, s);
|
||
|
})();
|
||
|
</script>
|
||
|
<!--End Google Search-->
|
||
|
</div>
|
||
|
|
||
|
</nav>
|
||
|
</header>
|
||
|
<div class="col span-3 mt-0 mr-0 sidebar">
|