mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
23 lines
784 B
HTML
23 lines
784 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<base href="">
|
|
<title>Page not found - Forestry-Blocks Demo</title>
|
|
<meta name="author" content="Your Name">
|
|
<meta name="description" content="Demo site for forestry blocks">
|
|
<link rel="stylesheet" href="https://cdn.rawgit.com/dwalkr/forestry-blocks-styles/master/dist/css/main.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Add your site or application content here -->
|
|
<p><h2 id="page-not-found">Page not found</h2>
|
|
|
|
<p><a href="/" title="Back to homepage">Go to the homepage</a></p>
|
|
</p>
|
|
|
|
<script src="/js/scripts.min.js"></script>
|
|
</body>
|
|
</html> |