45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en-CA">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <meta name='robots' content='noindex,follow' />
 | 
						|
    <title>Oups | Contact Form Error</title>
 | 
						|
    <link rel="icon" type="image/x-icon" href="/favicon.png">
 | 
						|
    <link rel="stylesheet" href="/css/pages/errors.css" />
 | 
						|
</head>
 | 
						|
<header>
 | 
						|
    <nav>
 | 
						|
        <input type="checkbox" id="navbar-menu-btn" />
 | 
						|
        <label for="navbar-menu-btn" id="menu-btn-open">
 | 
						|
            <img src="/media/images/menu.png" alt="Menu Icon">
 | 
						|
        </label>
 | 
						|
        <label for="navbar-menu-btn" id="menu-btn-close">
 | 
						|
            <img src="/media/images/close.png" alt="Menu Icon">
 | 
						|
        </label>
 | 
						|
        <a href="/pages/en/index.html" class="logo">
 | 
						|
            <img src="/media/images/logo.png" alt="TeleQom Logo">
 | 
						|
        </a>
 | 
						|
        <ul id="nav-list">
 | 
						|
            <li><a class="btn btn-2" href="/pages/en/index.html">Home</a></li>
 | 
						|
        </ul>
 | 
						|
    </nav>
 | 
						|
</header>
 | 
						|
 | 
						|
<body>
 | 
						|
    <!-- Bypass FOUC on firefox -->
 | 
						|
    <script>0</script>
 | 
						|
    <section id="message">
 | 
						|
        <div class="wrapper">
 | 
						|
            <h2>Oups</h2>
 | 
						|
            <h4>An error occured while sending your message, please try again later. We apologize for the inconvenience.</h4>
 | 
						|
            <h4>If the problem persists, call us at <br/> 1 (833) PRJ-TL<span>Q</span>M</h4>
 | 
						|
            <h4>You may close this page or go back to the home page</h4>
 | 
						|
            <a href="/pages/en/index.html" class="btn btn-1">Back to Home Page</a>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |