<!doctype html>
<html lang="it">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="QXKq4QJHSKQMtzDpjCI5brHQjZFXOWujNRSfmXcn">

    <title>Zanichelli</title>

    <link rel="icon" type="image/png" href="/images/favicon.png" />

    <link rel="stylesheet" href="/css/app.css">
    <link rel="stylesheet" href="/css/style.css">

    <script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
            integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP" crossorigin="anonymous">
    </script>

</head>
<body>
    <div id="app">
        <div id="zanichelli-nav">
            <ul class="nav justify-content-end">
                            </ul>
        </div>

        
    <login-form 
        redirect=""
        :include-token="1"
        google-login="1"
        google-login-error=""
    ></login-form>

    </div>
    
    <script src="/js/app.js"></script>
</body>
</html>