Skip to content

Commit

Permalink
feat: add 404
Browse files Browse the repository at this point in the history
  • Loading branch information
imantsk authored Sep 2, 2024
1 parent 93df3d1 commit 9a42f2d
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html class="bg-dark scroll-smooth focus:scroll-auto">

<head>
<title>404 - Lapa Nav Atrasta</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta name="description" content="Lapa, kuru meklējat, nav atrasta.">
<meta name="robots" content="noindex, nofollow">
<meta property="og:title" content="404 - Lapa Nav Atrasta">
<meta property="og:description" content="Šī lapa neeksistē.">
<meta property="og:image" content="assets/og_image.jpg">
<meta property="og:url" content="https://sinteze.tstudio.lv/404">
<meta property="og:type" content="website">

<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png" />
<link rel="manifest" href="favicon/site.webmanifest?v1" />
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#000000" />
<meta name="apple-mobile-web-app-title" content="Sintēze" />
<meta name="application-name" content="Sintēze" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#a0a0a0" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kode+Mono:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<link rel="stylesheet" media="all" href="main.css?v1.4" uncache />

<script src="https://cdn.tailwindcss.com?plugins=typography,aspect-ratio,container-queries"></script>
<script src="js/tconfig.js?v1.3" uncache></script>
<script src="js/main.js?v2.5" uncache></script>
</head>

<body class="font-mono text-gray-300 bg-gray-900">

<background class="noize"></background>

<div class="min-h-screen flex flex-col justify-center items-center">
<h1 class="text-6xl font-bold mb-6">404</h1>
<p class="text-2xl mb-4">Lapa nav atrasta</p>
<p class="text-lg mb-10">Diemžēl lapa, kuru meklējat, neeksistē.</p>
<a href="https://sinteze.tstudio.lv"
class="text-white bg-gray-700 px-6 py-3 rounded-md hover:bg-gray-600 transition">
Atpakaļ uz sākumlapu
</a>
</div>

<footer class="absolute bottom-0 w-full py-4 text-center text-gray-500">
<p>&copy; 2024 SINTĒZE. Visas Tiesības Aizsargātas.</p>
</footer>
</body>

</html>

0 comments on commit 9a42f2d

Please sign in to comment.