<!DOCTYPE html>
<html lang="en">

<head>
    
    <script 
        id="google-analytics" 
        src="/static/js/google-analytics.js" 
        data-measurement-id="G-GL78621ZLS"
        data-cookie-name="CookieConsent" 
        data-cookie-expire-days="365"
        data-cookie-domain="oncoinv.org"
        data-debug="false">
    </script>

    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="keywords" content="oncoseek" />
    <meta name="description"
        content="OncoSeek® by Oncoinv is a low cost detection and diagnostics test for cancer. It’s our mission to ensure that people have early diagnostics of cancer." />

    <link rel="icon" type="image/png" sizes="32x32"
        href="/static/img/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="16x16"
        href="/static/img/favicon-16x16.png" />
    <link rel="apple-touch-icon" sizes="180x180"
        href="/static/img/apple-touch-icon.png" />
    <link rel="preload" href="/static/img/OncoInv-logo-2023-940x565-tr.png" as="image" />

    <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
        rel="stylesheet">
    <link href="/static/css/main.css" rel="stylesheet" />
    <link href="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.css" rel="stylesheet" />

    <script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>
    <script src="/static/js/core.js" defer></script>

    
    
    
    
    <title>
        Oncoinv - 
    </title>
</head>

<body class="antialiased bg-white dark:bg-gray-900">

    <div class="flex flex-col min-h-screen">
        <div id="modal"></div>
        
<section class="grid min-h-full place-items-center">
    <div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
        <div class="mx-auto max-w-screen-sm text-center">
            <h1 class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-cyan-700">
                500
            </h1>
            <p class="mb-4 text-3xl tracking-tight font-bold text-cyan-700 md:text-4xl dark:text-white">Internal Server Error
            </p>
            <p class="mb-4 text-lg font-light text-gray-500 dark:text-gray-400">Oops! Something went wrong.</p>
            
<a href="/"
    
    class="mb-4 px-5 py-2.5 text-sm font-medium text-white inline-flex items-center bg-cyan-700 no-underline hover:text-white hover:bg-cyan-800 focus:ring-4 focus:outline-none focus:ring-cyan-300 rounded-md text-center dark:bg-cyan-600 dark:hover:bg-cyan-700 dark:focus:ring-cyan-800">
    
    Back to home
</a>

        </div>
    </div>
</section>

    </div>

</body>

</html>