forked from verdnatura/hedera-web
24 lines
695 B
PHP
Executable File
24 lines
695 B
PHP
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<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"/>
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"/>
|
|
<link rel="stylesheet" type="text/css" href="pages/tpv/style.css"/>
|
|
<title>Verdnatura</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src="image/logo_big.png" alt="Verdnatura"/>
|
|
<p>
|
|
<?=s('PaymentComplete')?>
|
|
</p>
|
|
<p>
|
|
<a href="?page=web#!module=orders"><?=s('ReturnToWeb')?></a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|