2015-08-17 18:02:14 +00:00
|
|
|
<!DOCTYPE html>
|
2015-01-23 13:09:30 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2015-01-31 01:05:12 +00:00
|
|
|
<meta name="viewport" content="user-scalable=no"/>
|
2017-12-04 18:22:58 +00:00
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?=$dir?>/style.css?<?=$version?>"/>
|
2015-01-23 13:09:30 +00:00
|
|
|
<title>Verdnatura</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<a href="http://www.mozilla.org/es-ES/firefox/new/" target="_blank">
|
2016-09-24 14:32:31 +00:00
|
|
|
<img src="<?=$dir?>/update-browser.png" alt="<?=s('UpdateYourBrowser')?>"></img>
|
2015-01-23 13:09:30 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div id="continue">
|
|
|
|
<a href="?skipBrowser=true">
|
|
|
|
<?=s('ContinueAnyway')?>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|