mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-04-28 19:13:46 +00:00
- Update paths to search and image to be absolute URLs - Correct typo in CSS Signed-off-by: Kristal Dale <kristal.dale@intel.com>
80 lines
2.6 KiB
HTML
80 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Page Not Found</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<script async="" src="https://www.google-analytics.com/analytics.js"></script><script>(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","https://www.google-analytics.com/analytics.js","ga");ga("create", "UA-61272224-1", {"cookieDomain":"auto","allowLinker":true});ga("require", "linker");ga("linker:autoLink", [/(community\.|www\.|^)clearlinux\.org/gi], true);ga("set", "anonymizeIp", true);ga("send", "pageview");</script>
|
|
|
|
<style>
|
|
|
|
* {
|
|
line-height: 1.2;
|
|
margin: 0;
|
|
}
|
|
|
|
html {
|
|
color: #404040;
|
|
display: table;
|
|
font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
|
|
height: 100%;
|
|
text-align: center;
|
|
width: 100%;
|
|
background: #fcfcfc;
|
|
}
|
|
|
|
body {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
margin: 2em auto;
|
|
}
|
|
|
|
h1 {
|
|
color: #555;
|
|
font-size: 2em;
|
|
font-weight: 400;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
p {
|
|
margin: 1em auto;
|
|
}
|
|
|
|
input {
|
|
padding: .3em .5em;
|
|
font-size: 1em;
|
|
background-color: #fff;
|
|
}
|
|
|
|
@media only screen and (max-width: 280px) {
|
|
|
|
body, p {
|
|
width: 95%;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.5em;
|
|
margin: 0 0 0.3em;
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="https://docs.01.org/clearlinux/latest/_static/clearlinux.png" class="logo" alt="Logo">
|
|
<h1>403 Forbidden</h1>
|
|
<p>Sorry, looks like you don't have permission to access this page.</p>
|
|
<p>Please go back to the <a href="https://docs.01.org/clearlinux">documentation home page</a> or try searching:</p>
|
|
|
|
<div role="search">
|
|
<form id="rtd-search-form" class="wy-form" action="https://docs.01.org/clearlinux/latest/search.html" method="get">
|
|
<input type="text" name="q" id="clear-docs-search" placeholder="Search documentation" results="0">
|
|
<input type="hidden" name="check_keywords" value="yes">
|
|
<input type="hidden" name="area" value="default">
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|