0
1
Fork 0
hedera-web-mindshore/web/pages/tpv/html.php

23 lines
600 B
PHP
Executable File

<!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"/>
<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>