Files
TD_Portfolio/404.html
T
Tomas Dvorak 882f91ebf6 first commit
2025-01-04 11:45:15 +01:00

71 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>404</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../plugins.css">
<!-- Core Style Css -->
<link rel="stylesheet" href="../404.css">
</head>
<body class="main-bg">
<div class="cursor"></div>
<div id="smooth-wrapper">
<div id="smooth-content">
<main class="main-bg">
<!-- ==================== Start 404 ==================== -->
<section class="error-404 section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5 col-md-8">
<div class="img">
<img src="../404.svg" alt="">
</div>
<div class="cont text-center">
<h3>Page not found</h3>
<p class="mt-15">The requested URL you are looking for <br>
doesnt exist on this server.</p>
<a href="https://tdvorak.dev" class="fourofour butn butn-md main-colorbg3 radius-30 mt-50 fw-600">Back To Homepage</a>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
</div>
<script src="../jquery-3.6.0.min.js"></script>
<script src="../404.js"></script>
</body>
</html>