Files
NLnetLabs-krill/ui/dev/html/404.html
T
Tim Bruijnzeels d8d7958fe8 Moving ui content around, and have dynamic handler to help ui development.
Note: idea is that in future we will use the Vue tool chain to build static pages into './ui/dist' - link this to cargo so that it's done before cargo starts compiling rust. And then include these files as static resources. Also, only expose /ui/dev in development mode (to be introduced, perhaps have an ENV for this, so we do not pollute the config).
2019-01-16 11:50:19 +01:00

55 lines
1.9 KiB
HTML

<html lang="en" class="fontawesome-i2svg-active fontawesome-i2svg-complete"><head>
<title>Not Found!</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Not Found!">
<link rel="stylesheet" href="/ui/css/custom.css">
</head>
<body class="ie11-no-flex ">
<div class="container p-3 mt-3">
<div class="row justify-content-center">
<s®ection id="content" class="col main-content">
<div class="container p-3 mt-3">
<div class="row justify-content-center">
<section id="content" class="col main-content">
<div class="m-0 p-0 mb-3">
<h1><small class="font-weight-bold">THIS IS NOT A 404</small></h1>
<div class="border border-black page-title-underbar"></div>
</div>
<div class="figure align-center">
<img alt="This is not a 404." src="/ui/images/404.png">
<p class="caption"><em>Let's pretend that never happened.</em></p>
<div class="legend">
Thanks to <a class="reference external" href="https://unsplash.com/@toriamia?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge">Victoria Palacios</a> for the image.</div>
</div>
</section>
</div>
</div>
</section>
</div>
</div>
<footer id="footer" class="mt-auto pt-3 pb-1 bg-black text-white border-top border-primary">
<div class="container">
<div class="row">
<div class="col-12 col-sm-10 mb-3">
<div class="container-fluid">
<div class="row">
<p>RPKI Publication Server developed by <a href="https://nlnetlabs.nl">NLnet Labs</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
</body></html>