-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic.html
37 lines (33 loc) · 1.3 KB
/
basic.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
-->
<!-- Page last generated {{ site.time }} -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }} | {{ site.title }}</title>
<!-- Our stylesheet and theme stylesheet. Contains bootstrap. -->
<link rel="stylesheet" href="/assets/css/style.css" type="text/css">
<!-- Font awesome -->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<!-- Pygments syntax highlighting -->
<link rel="stylesheet" href="/assets/css/highlighting/trac.css" type="text/css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
{%- if jekyll.environment == 'production' -%}
<script defer data-domain="docs.sel4.systems"
src="https://analytics.sel4.systems/js/script.js"></script>
{%- endif -%}
</head>
<body class="container-fluid">
{% include header.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>