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
404.html 158 B
Newer Older
  • Learn to ignore specific revisions
  • Pierre Jarriges's avatar
    Pierre Jarriges committed
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta charset="utf-8">
        <title>Page not found</title>
    </head>
    
    <body>
        <h1>404 : Page not found</h1>
    </body>
    
    </html>