


<html>

<head>
    <link rel="stylesheet" href="css/default.css">
    <link rel="stylesheet" href="css/list.css">
    <link rel="stylesheet" href="css/signin-with-google.css">
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />



</head>

<body>
    <div class="login-box">
        <div class="logocontainerlogin">
            <img src="static/img/logo.png" style='height: 100%; width: 100%; object-fit: contain'/>
        </div>

                    
            <a href="https://accounts.google.com/o/oauth2/auth?response_type=code&access_type=online&client_id=400754406463-qqhapvh64p4g0d90oaauo0vja6d97114.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Finventory-dev.greenwall.se%2Fredirect.php&state&scope=email%20profile&approval_prompt=auto">
                <div id="gSignInWrapper">
                    <div id="customBtn" class="customGPlusSignIn">
                    <span class="icon"></span>
                    <span class="buttonText">Sign in with Google</span>
                    </div>
                </div>
            </a>
        
    </div>
</body>
</html>

