forked from verdnatura/hedera-web
24 lines
749 B
PHP
24 lines
749 B
PHP
|
<!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">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"/>
|
||
|
<link rel="stylesheet" type="text/css" href="pages/update-browser/style.css"/>
|
||
|
<title>Verdnatura</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<a href="http://www.mozilla.org/es-ES/firefox/new/" target="_blank">
|
||
|
<img src="image/update-browser.png" alt="<?=s('UpdateYourBrowser')?>"></img>
|
||
|
</a>
|
||
|
</div>
|
||
|
<div id="continue">
|
||
|
<a href="?skipBrowser=true">
|
||
|
<?=s('ContinueAnyway')?>
|
||
|
</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|