|
1 |
| -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 |
| - <title>Your browser is not supported | Ton navigateur n'est pas supporté</title> |
8 |
| - <link href="//cdn.muicss.com/mui-0.9.39-rc1/css/mui.min.css" rel="stylesheet" type="text/css"/> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <title> |
| 8 | + Your browser is not supported | Ton navigateur n'est pas supporté |
| 9 | + </title> |
| 10 | + <link |
| 11 | + href="//cdn.muicss.com/mui-0.9.39-rc1/css/mui.min.css" |
| 12 | + rel="stylesheet" |
| 13 | + type="text/css" |
| 14 | + /> |
9 | 15 | <style>
|
10 | 16 | /**
|
11 | 17 | * Body CSS
|
12 | 18 | */
|
13 |
| -html, |
14 |
| -body { |
15 |
| - height: 100%; |
16 |
| -} |
17 |
| -html, |
18 |
| -body |
19 |
| -{ |
20 |
| - -webkit-font-smoothing: antialiased; |
21 |
| - -moz-osx-font-smoothing: grayscale; |
22 |
| - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); |
23 |
| -} |
24 |
| -/** |
| 19 | + html, |
| 20 | + body { |
| 21 | + height: 100%; |
| 22 | + } |
| 23 | + html, |
| 24 | + body { |
| 25 | + -webkit-font-smoothing: antialiased; |
| 26 | + -moz-osx-font-smoothing: grayscale; |
| 27 | + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); |
| 28 | + } |
| 29 | + /** |
25 | 30 | * Content CSS
|
26 | 31 | */
|
27 |
| -#content-wrapper { |
28 |
| - min-height: 100%; |
29 |
| -} |
30 |
| -</style> |
31 |
| -</head> |
32 |
| -<body> |
33 |
| - <div id="content-wrapper" class="mui--text-center"> |
34 |
| - <br/> |
35 |
| - <br/> |
36 |
| - <p> |
37 |
| - Your current version of this browser is not supported. Please update to the latest version. |
38 |
| - To see a list of all benefits click <a href='/all-benefits'>here</a>. |
39 |
| - </p> |
40 |
| - <p> |
41 |
| - Votre version actuelle de ce navigateur n'est pas supportée. S'il vous plaît mettre à jour à la dernière version. |
42 |
| - Pour voir la liste complète des avantages, cliquez <a href='/all-benefits'>ici</a>. |
43 |
| - </p> |
44 |
| - </div> |
45 |
| -</body> |
| 32 | + #content-wrapper { |
| 33 | + min-height: 100%; |
| 34 | + } |
| 35 | + </style> |
| 36 | + </head> |
| 37 | + <body> |
| 38 | + <div id="content-wrapper" class="mui--text-center"> |
| 39 | + <br /> |
| 40 | + <br /> |
| 41 | + <p> |
| 42 | + Your current version of this browser is not supported. Please update to |
| 43 | + the latest version. To see a list of all benefits click |
| 44 | + <a href="/all-benefits">here</a>. |
| 45 | + </p> |
| 46 | + <p> |
| 47 | + Votre version actuelle de ce navigateur n'est pas supportée. S'il vous |
| 48 | + plaît mettre à jour à la dernière version. Pour voir la liste complète |
| 49 | + des avantages, cliquez <a href="/all-benefits?lng=fr">ici</a>. |
| 50 | + </p> |
| 51 | + </div> |
| 52 | + </body> |
46 | 53 | </html>
|
0 commit comments