CINXE.COM
Error Page - Page d'erreur - 404
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Error Page - Page d'erreur - 404</title> <meta name="institution" content="House of Commons"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <style> @import url('https://fonts.googleapis.com/css?family=Martel:300,400|Roboto:400,500'); * { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 14px; min-width: 300px; color: #333; background: #f2f2f2; } h1, h2 { font-family: 'Martel', serif; text-transform: uppercase; letter-spacing: .075em; font-weight: 200; margin: 40px 0 0 0; } h1 { text-transform: uppercase; } h2 { text-transform: none; margin: 0; font-size: 1.3em; } button { margin-top: 15px; margin-bottom: 15px; color: #fff; background-color: #4C8C2B; display: inline-block; padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; transition: background-color 0.1s ease; } button:hover { background-color: #2d531a; } a { color: #337ab7; text-decoration: none; } a:hover { color: #333; text-decoration: underline; } .ErrorContainer { width: 100%; clear: both; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; overflow: hidden; } header { background-color: #333; } .halfCol { display: block; float: left; width: 100%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 768px) { .ErrorContainer { width: 750px; } } @media (min-width: 992px) { .ErrorContainer { width: 970px; } .halfCol { width: 50%; } } @media (min-width: 1200px) { .ErrorContainer { width: 1170px; } } .row { margin-right: -15px; margin-left: -15px; clear: both; width: 100%; overflow: hidden; } .brand-container { position: relative; height: 147px; width: 200px; margin: 0 auto; } p { margin: 0 0 10px 0; font-size: 1.2em; } </style> </head> <body> <header> <div class="ErrorContainer"> <div class="brand-container"> <img src="Templates/Images/parl_emblem.png" class="navbar-brand"> </div> </div> </header> <div class="ErrorContainer"> <div class="row"> <div class="halfCol"> <h1>We are sorry</h1> <p> We couldn't find the page you were looking for. Sometimes a page gets moved or deleted. </p> <p> Here are some helpful links: </p> <p> <a href="https://sencanada.ca/en">Senate</a> </p> <p> <a href="http://www.ourcommons.ca/en">House of Commons</a> </p> <p> <a href="https://visit.parl.ca/index-e.html">Visit Parliament</a> </p> <p> <a href="https://learn.parl.ca/index-e.html">Learn About Parliament</a> </p> </div> <div class="halfCol"> <h1>Nous sommes d茅sol茅s</h1> <p> Nous ne pouvons pas trouver la page que vous cherchez. Il arrive parfois qu'une page ait 茅t茅 d茅plac茅e ou supprim茅e. </p> <p> Voici quelques liens utiles : </p> <p> <a href="https://sencanada.ca/fr">S茅nat</a> </p> <p> <a href="http://www.noscommunes.ca/fr">Chambre des communes</a> </p> <p> <a href="https://visitez.parl.ca/index-f.html">Visitez le Parlement</a> </p> <p> <a href="https://decouvrez.parl.ca/index-f.html">脌 propos du Parlement</a> </p> </div> </div> </div> </body> </html>