_layouts/default.html (50 lines of code) (raw):
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>{{ site.title | default: site.github.repository_name }} by the Linux Foundation</title>
</head>
<body>
<div id="container">
<div class="inner">
<header style="padding-bottom: 0px">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<table><tr><td>
<a href="/">Home</a> |
<a href="/policy">Policy</a> |
<a href="/cas">For CAs</a> |
<a href="/auditors">For Auditors</a> |
<a href="/rootstores">For Root Stores</a> |
<a href="/resources">Resources</a>
</td></tr>
</table>
</header>
<section id="main_content">
{{ content }}
</section>
<footer style="text-align: center">
<img src="/images/moz_ms_goog_logos.png">
Copyright © 2024 The Linux Foundation®. All rights reserved.
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage</a> page. Linux is a registered trademark of Linus Torvalds.
<br>
<a href="https://www.linuxfoundation.org/legal/privacy-policy">The Linux Foundation Privacy Policy</a> | <a href="https://www.ccadb.org/privacy">CCADB Privacy Policy Addendum</a> | <a href="https://www.linuxfoundation.org/legal/terms">Terms of Use</a>
</footer>
</div>
</div>
{% if site.google_analytics %}
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>