18 lines
539 B
HTML
18 lines
539 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--#include virtual="components/head.html" -->
|
|
<title>Page not found - Software Libre Liberec</title>
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="components/header.html" -->
|
|
<!--#include virtual="components/nav.html" -->
|
|
<main style="text-align: center">
|
|
<h1>Page not found.</h1>
|
|
<p>You have attempted to load a page that does not exist on this server.</p>
|
|
<p>Please click on one of the links above.</p>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|