mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
Changed to english
This commit is contained in:
parent
47eb8aeb3f
commit
ff6cf6e83c
13
404.html
13
404.html
@ -1,9 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>404 - page non trouvée</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Geo' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
html {margin:0;padding:0;border:0;font-size:100.01%;}
|
||||
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; font-family:'Geo', Arial, sans-serif;}
|
||||
body {line-height:1.5;background:#1E1E1A; color:#FFF;}
|
||||
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;font-weight:normal;color:#FFF;}
|
||||
h1 { font-family: 'Geo', arial, serif; }
|
||||
a{color:#FF9900 !important;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Page non trouvée</p>
|
||||
<p>Ce raccourci n'existe pas... pour l'instant... <a href="index.php">Créez-le !</a></p>
|
||||
<h1>Page not found</h1>
|
||||
<p>That shortcut doesn't exist... yet... <a href="index.php">Create it!</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user