mirror of
https://github.com/parsecsv/csv-spec.org.git
synced 2026-02-19 00:46:40 +00:00
63 lines
3.2 KiB
HTML
63 lines
3.2 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 rel="stylesheet" href="https:////maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link type="text/css" rel="stylesheet" href="/assets/main-5df19fc13b2a391dcab974f0584820f95eecdd416e60b99950f2058c61a2e99f.css">
|
|
<!-- Begin Jekyll SEO tag v2.2.3 -->
|
|
<title>404 Page Not Found | CSV Spec</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 describe CSV-like formats in a obvious and easy to understand way, complete with code examples aimed at developers." />
|
|
<meta property="og:description" content="An attempt to describe CSV-like formats in a obvious and easy to understand way, complete with code examples aimed at developers." />
|
|
<link rel="canonical" href="https://csv-spec.org/404.html" />
|
|
<meta property="og:url" content="https://csv-spec.org/404.html" />
|
|
<meta property="og:site_name" content="CSV Spec" />
|
|
<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 describe CSV-like formats in a obvious and easy to understand way, complete with code examples aimed at developers.","url":"https://csv-spec.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-0.9.0-draft.2">
|
|
<a href="/spec/0.9.0-draft.2.html" class="pure-menu-link">0.9.0-draft.2</a>
|
|
</li>
|
|
<li class="pure-menu-item version-0.9.0-draft.1">
|
|
<a href="/spec/0.9.0-draft.1.html" class="pure-menu-link">0.9.0-draft.1</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="links">
|
|
<a href="https://github.com/parsecsv/csv-spec">
|
|
<i class="fa fa-github" aria-hidden="true"></i>
|
|
</a>
|
|
</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>
|
|
</body>
|
|
</html> |