404.html
This commit is contained in:
parent
f66c0ea706
commit
e37be491ba
@ -9,22 +9,12 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<!-- style imports -->
|
<!-- style imports -->
|
||||||
<link rel="stylesheet" href="/styles.css"/>
|
<link rel="stylesheet" href="/styles.css"/>
|
||||||
<!-- script imports -->
|
|
||||||
<script type="module"src="/custom-attributes.js"></script>
|
|
||||||
<script type="text/javascript" src="/div.js"></script>
|
|
||||||
<script type="module" src="/api.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- HEADER -->
|
|
||||||
<div fetch-content="/header.html"></div>
|
|
||||||
|
|
||||||
<!-- PAGE CONTENT -->
|
|
||||||
<h1>Error 404: page not found</h1>
|
<h1>Error 404: page not found</h1>
|
||||||
<br>
|
<br>
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
<a class="button" style="margin: auto;" href="/index.html">Return to home</a>
|
<a class="button" style="margin: auto;" href="/index.html">Return to home</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user