mirror of
https://github.com/encounter/sceptre.git
synced 2026-03-30 11:37:13 -07:00
12 lines
937 B
HTML
12 lines
937 B
HTML
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/sceptre.css">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/syntax.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
|
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/images/favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ page.title | default: site.title }} | Sceptre</title>
|
|
</head>
|