2015-09-01 14:10:44 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<meta name="viewport" content="user-scalable=no"/>
|
2017-12-05 11:49:05 +00:00
|
|
|
<meta name="content-language" content="<?=$lang?>"/>
|
2016-07-22 20:00:27 +00:00
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>
|
2018-03-26 16:35:02 +00:00
|
|
|
<?=css("$dir/style")?>
|
2015-09-01 14:10:44 +00:00
|
|
|
<title>Verdnatura</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<h1><?=s('Welcome to Verdnatura, where are you going?')?></h1>
|
|
|
|
<div>
|
2015-09-03 23:28:07 +00:00
|
|
|
<a href="https://test-www.verdnatura.es/">
|
2015-09-01 14:10:44 +00:00
|
|
|
<div>
|
2016-09-24 14:32:31 +00:00
|
|
|
<img src="<?=$dir?>/new-web.svg" alt=""></img>
|
2015-09-01 14:10:44 +00:00
|
|
|
<p>
|
|
|
|
<?=s('New website')?>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<?=s('(Fantastic)')?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2016-07-22 20:00:27 +00:00
|
|
|
<a href="?skipVersion=true">
|
2015-09-01 14:10:44 +00:00
|
|
|
<div>
|
2016-09-24 14:32:31 +00:00
|
|
|
<img src="<?=$dir?>/old-web.svg" alt=""></img>
|
2015-09-01 14:10:44 +00:00
|
|
|
<p>
|
|
|
|
<?=s('Old website')?>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<?=s('(Best choose new)')?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|