0
1
Fork 0
hedera-web-mindshore/pages/update-browser/ui.php

23 lines
692 B
PHP
Raw Normal View History

2015-08-17 18:02:14 +00:00
<!DOCTYPE html>
<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"/>
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="<?=$dir?>/style.css?<?=$version?>"/>
<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>
</a>
</div>
<div id="continue">
<a href="?skipBrowser=true">
<?=s('ContinueAnyway')?>
</a>
</div>
</body>
</html>