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

23 lines
593 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"/>
2016-07-22 20:00:27 +00:00
<link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>
2016-09-24 14:32:31 +00:00
<link rel="stylesheet" type="text/css" href="<?=$dir?>/style.css"/>
<title>Verdnatura</title>
</head>
<body>
<div>
2016-07-22 20:00:27 +00:00
<img src="image/logo.svg" alt="Verdnatura"/>
<p>
<?=s('PaymentComplete')?>
</p>
<p>
<a href="?page=web#!module=orders"><?=s('ReturnToWeb')?></a>
</p>
</div>
</body>
</html>