add base build system
This commit is contained in:
17
en_404.html
Normal file
17
en_404.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<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>
|
Reference in New Issue
Block a user