<!doctype html>
<html lang="en" class="h-100">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="https://regulus.unige.ch/assets/images/ftiTim.jpg">

    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <title>404 NOT FOUND</title>
    <style>
        a,h1 { color: #fe5900;}
    </style>
</head>

<body class="d-flex flex-column h-100">
    <main class="flex-shrink-0">
        <div class="container">
            <div class="row">
                <div class="col bg-dark">
                    <a href="https://unige.ch/">
                        <img src="https://regulus.unige.ch/assets/images/unige-logo.svg" height="50rem" class="m-2" alt="UNIGE logo"></a>
                </div>
            </div>
            <div class="row mt-5">
                <div class="col-md">
                    <h1 class="display-4">404 NOT FOUND</h1>
                </div>
            </div>
            <div class="row mt-5">
                <div class="col">
                    Sorry, we couldn't find the requested resource! Please visit the <a href="https://regulus.unige.ch">overview page</a> where you can find links to all our resources and demos.
                </div>

            </div>
        </div>
    </main>
    <footer class="footer mt-auto py-3 bg-light text-center">
        <div class="container">
            <span class="text-muted">&#169; FTI/TIM 2023</span>
        </div>
    </footer>


</body>

</html>