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

<head>
	<meta charset="UTF-8">
    <title>IdentiJ - Errore</title>
    
	<link rel="shortcut icon" href="/images/favicon.ico">
	<link rel="stylesheet" href="/css/error/styles.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>

<body>
    <div class="error-container">
        <div class="error-icon">
        	<span class="fas fa-triangle-exclamation"></span>
        </div>
        <h1>Oops! Qualcosa è andato storto</h1>
        <p>No static resource sitemap.xml.</p>
        
    </div>
</body>

</html>