@copoko/space
Version:
CoPoKo Space
72 lines (69 loc) • 3.17 kB
HTML
<!--
* ==========================================================================
* "CoPoKo Space" License
* GNU General Public License version 3.0 (GPLv3)
* ==========================================================================
* This file is part of "CoPoKo Space"
*
* "CoPoKo Space" is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* "CoPoKo Space" is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with "CoPoKo Space". If not, see <http://www.gnu.org/licenses/>.
* ==========================================================================
-->
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta robots="noindex, nofollow" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="HandheldFriendly" content="True" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta content="no-transform" http-equiv="Cache-Control" />
<meta content="no-siteapp" http-equiv="Cache-Control" />
<title>Error</title>
<link rel="icon" type="image/png" sizes="16x16" href="::CDN_SPACE::/favicon/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="::CDN_SPACE::/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="::CDN_SPACE::/favicon/favicon-96x96.png" />
<link rel="stylesheet" type="text/css" href="::CDN_SPACE::/css/error.css" />
</head>
<body>
<div class="container">
<div class="content">
<div id="large-header" class="large-header">
<div id="parallax-window"></div>
<canvas id="header-canvas"></canvas>
</div>
<div class="codrops-header">
<h1>Error<span>::ErrorInfo::</span></h1>
</div>
</div>
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(135,206,235,0.7)" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(135,206,235,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(135,206,235,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="rgba(135,206,235,1)" />
</g>
</svg>
</div>
</div>
<script src="::CDN_SPACE::/js/error.js"></script>
</body>
</html>