cruk-pattern-library
Version:
CRUK Pattern library.
61 lines (49 loc) • 2.52 kB
HTML
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title>{{ page.title }} | {{ site.name }}</title>
<!--[if !IE]><!-->
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/docs.css">
<!--<![endif]-->
<!--[if gte IE 10]>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/docs.css">
<![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/docs-ie.css">
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/assets/images/apple-touch-icon-precomposed.png">
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
</head>
<body>
<header class="masthead" role="banner">
<div class="container">
<a href="{{ site.baseurl }}/" class="masthead-logo">
{{ site.name }}
</a>
<nav class="masthead-nav" role="navigation" aria-label="Primary">
<a class="active" href="{{ site.baseurl }}/">Docs</a>
<a href="{{ site.github.repo }}" target="_blank">GitHub</a>
</nav>
</div>
</header>
<div class="container">{{ site.url }}
{{ content }}
<footer class="footer" role="contentinfo">
<p><strong>Currently v{{ site.version }}.</strong></p>
<small class="text-muted"><a href="http://www.cancerresearchuk.org">Cancer Research UK</a> is a registered charity in England and Wales (1089464), Scotland (SC041666) and the Isle of Man (1103). A company limited by guarantee. Registered company in England and Wales (4325234) and the Isle of Man (5713F). Registered address: Angel Building, 407 St John Street, London EC1V 4AD.</small>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="{{ site.baseurl }}/assets/js/cruk-base.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/anchor.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/docs.js"></script>
</body>
</html>