add a 404 error page for the django part
authorymh <ymh.work@gmail.com>
Fri, 25 Jan 2013 18:42:14 +0100
changeset 115 f0c57c52a940
parent 114 d0d417052d8f
child 116 fc09368b6b10
add a 404 error page for the django part
src/theend/templates/404.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/theend/templates/404.html	Fri Jan 25 18:42:14 2013 +0100
@@ -0,0 +1,63 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+	<head>
+    	<title>THE END, ETC. UNE EXPÉRIENCE WEB DE LAETITIA MASSON</title>
+
+    	<meta name="description" content="MEMO PROD présente THE END, ETC. Une coproduction FRANCE TÉLÉVISIONS - MEMO PROD avec la participation du CENTRE NATIONAL DU CINÉMA ET DE L’IMAGE ANIMÉE. Un projet écrit et réalisé par LAETITIA MASSON" />
+    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    	<meta http-equiv="Content-Language" content="fr" />
+
+    	<link href="../static/res/img/favicon.ico" rel="icon" type="image/x-icon"/>
+    	<link href="../static/res/css/style_base.css" rel="stylesheet" type="text/css" />
+		
+	</head>
+	<body>
+		<!-- div content - site takes the full height of browser -->	
+		<div id="content">
+				
+			<div id="top">
+				<div id="title_hp">
+					<h1>UNE EXPÉRIENCE DE CINÉMA THE END, ETC. DE LAETITIA MASSON</h1>
+				</div>
+			</div>	
+				
+			<div id="middle" class="txt">
+				<p class="big_link">La page demandée n'existe plus. <a href="../index.html">Retourner à la page d'accueil.</a></p>
+			</div>
+
+			<div id="footer" class="clearfix">
+				<ul class="logo_partners margin_ulRight">
+					<li>UNE CO-PRODUCTION</li>
+					
+					<li id="nouvelles" class="floatL">
+						<a href="http://www.francetv.fr/nouvelles-ecritures" target="_blank">Nouvelles ecritures</a>
+					</li>
+					<li id="memoprod" class="floatL margin_logoLeft">
+						<a href="http://www.memoprod.fr" target="_blank">Memo prod.</a>
+					</li>	
+				</ul>
+				<ul class="logo_partners margin_ulRight">
+					<li>AVEC LE SOUTIEN DE</li>
+					
+					<li id="cnc" class="floatL">
+						<a href="http://www.cnc.fr" target="_blank">CNC</a>
+					</li>
+					<li id="incandescence" class="floatL margin_logoLeft">
+						<a href="http://www.incandescence.com" target="_blank">Incandescence</a>
+					</li>
+					<li id="iri" class="floatL margin_logoLeft">
+						<a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a>
+					</li>
+				</ul>
+
+				<ul class="logo_partners">
+					<li>EN PARTENARIAT AVEC</li>
+					<li id="franceinter">
+						<a href="http://www.franceinter.fr/" target="_blank">France Inter</a>
+					</li>	
+				</ul>				
+			</div>	
+		</div>	
+	</body>
+</html>
\ No newline at end of file