Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
unauthorized.html 258 B
Newer Older
  • Learn to ignore specific revisions
  • Pierre Jarriges's avatar
    Pierre Jarriges committed
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta charset="utf-8">
        <title>Unauthorized</title>
    </head>
    
    <body>
        <h1>Unauthorized</h1>
        <p>You must login as an administrator to access this page</p>
        <a href='/v/admin-login'>Login page</a>
    </body>
    
    </html>