mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
26 lines
1007 B
HTML
26 lines
1007 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head itemscope itemtype="http://schema.org/WebSite">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
|
<link rel="stylesheet" href="/assets/css/application.css?v={{ site.github.build_revision }}">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<!--[if lt IE 9]>
|
|
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
|
|
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
{% seo %}
|
|
</head>
|
|
<body class="{{ page.layout }}{% if page.class %} {{ page.class }}{% endif %}">
|
|
<div class="container">
|
|
|
|
{% include breadcrumbs.html %}
|
|
|
|
{% if page.title %}
|
|
<h1>{{ page.title | markdownify | strip_html | strip_newlines }}</h1>
|
|
{% endif %}
|