63 lines
3.1 KiB
HTML
63 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="d3vyce.fr Site" />
|
|
<meta name="author" content="d3vyce - Nicolas Sudres" />
|
|
<title>404 • d3vyce.fr</title>
|
|
<!-- Favicon-->
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
|
<!-- Boostrap-->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<!-- Custom CSS-->
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<!-- Awesome Font-->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<!-- Bootstrap Icons-->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
|
<!-- Roboto Font -->
|
|
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
|
<script src="js/script.js"></script>
|
|
<!-- Umami Analytics -->
|
|
<script async src="https://analytics.d3vyce.fr/script.js" data-website-id="4c83df85-5566-4647-ba67-b3724890baca"></script>
|
|
</head>
|
|
<body>
|
|
<header class="masthead" id="home">
|
|
<div class="container h-100">
|
|
<div class="row head-row align-items-center h-100 justify-content-evenly text-center">
|
|
<div class="col-lg-12 col-xl-5">
|
|
|
|
<h1 class="text-white font-weight-bold"><img src="/assets/img/error.png" width="12%"> 404 Not Found</h1>
|
|
<p class="text-white">The requested URL was not found on this server !</p>
|
|
<hr class="divider" />
|
|
<div class="d-grid gap-4 col-10 mx-auto">
|
|
<a class="btn btn-outline-light btn-lg" href="https://www.d3vyce.fr">Go back to Homepage</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
|
<script>
|
|
VANTA.NET({
|
|
el: "#home",
|
|
mouseControls: false,
|
|
touchControls: false,
|
|
gyroControls: false,
|
|
minHeight: 200.00,
|
|
minWidth: 200.00,
|
|
scale: 1.00,
|
|
scaleMobile: 1.00,
|
|
points: 10.00,
|
|
maxDistance: 20.00,
|
|
spacing: 25.00,
|
|
color: 0xECB365,
|
|
backgroundColor: 0x041C32
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |