mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
67 lines
3.5 KiB
HTML
67 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
|
<link type="text/css" rel="stylesheet" href="/assets/main-082b10f3e2581d4b34b66958419ec52aec823571e474eb04ffdb3b7c4e6f455e.css">
|
|
<!-- Begin Jekyll SEO tag v2.2.3 -->
|
|
<title>404 Page Not Found | Git Common Flow</title>
|
|
<meta property="og:title" content="404 Page Not Found" />
|
|
<meta name="author" content="Jim Myhrberg" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta name="description" content="An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification." />
|
|
<meta property="og:description" content="An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification." />
|
|
<link rel="canonical" href="https://commonflow.org/404.html" />
|
|
<meta property="og:url" content="https://commonflow.org/404.html" />
|
|
<meta property="og:site_name" content="Git Common Flow" />
|
|
<script type="application/ld+json">
|
|
{"@context":"http://schema.org","@type":"WebPage","headline":"404 Page Not Found","author":{"@type":"Person","name":"Jim Myhrberg"},"description":"An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification.","url":"https://commonflow.org/404.html"}
|
|
</script>
|
|
<!-- End Jekyll SEO tag -->
|
|
</head>
|
|
<body>
|
|
<div id="layout">
|
|
<a href="#menu" id="menuLink" class="menu-link">
|
|
<span></span>
|
|
</a>
|
|
<div id="menu">
|
|
<div class="pure-menu">
|
|
<ul class="pure-menu-list">
|
|
<li class="pure-menu-item">
|
|
<div class="pure-menu-label">Versions:</div>
|
|
</li>
|
|
<li class="pure-menu-item version-1.0.0-rc.2">
|
|
<a href="/spec/1.0.0-rc.2.html" class="pure-menu-link">1.0.0-rc.2</a>
|
|
</li>
|
|
<li class="pure-menu-item version-1.0.0-rc.1">
|
|
<a href="/spec/1.0.0-rc.1.html" class="pure-menu-link">1.0.0-rc.1</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="main">
|
|
<div class="content">
|
|
<div class="header">
|
|
<h1>404</h1>
|
|
<p><strong>Page not found :(</strong></p>
|
|
<p>The requested page could not be found.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="/assets/main-870855580c69dec57be4c965d0cf8afe78afa6b7b6f6bdb5aff91ac0256c0a1a.js"></script>
|
|
<script>
|
|
if (window.location.hostname == "commonflow.org") {
|
|
(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-102330905-1', 'auto');
|
|
ga('send', 'pageview');
|
|
} else { _gaq = []; };
|
|
</script>
|
|
</body>
|
|
</html> |