/users/patterns/www/payment/pay.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Black Snail Patterns</title>
<!--<link href="../navigation.css" type="text/css" rel="stylesheet" />-->
<link href="../Logo1_small.ico" rel="shortcut icon" />
</head>

<body>
<?php
    
/*$teil =$_POST['selitem'];
    echo $teil;*/
    
echo "Bezahlseite!!!";
    echo 
'<div align="center"><h1>NOCH NICHT VERFÜGBAR! BITTE ETWAS GEDULD!!!<br/></h1></div>';
    echo 
'<FORM><INPUT Type="button" VALUE="Zurück" onClick="history.go(-1);return true;"></FORM>';
    
?>
</body>