File "pipo.html"

Full Path: /home/analogde/www/RaspBerry/Dev/payment/pipo.html
File size: 408 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title>pipo</title>
  </head>
  <body>
    <style>
    
      button {
  width: 100px; //whatever your button's width
  margin: 0 auto; //auto left/right margins
}
    
    </style>
    <div style="text-align: center;"> <input value="button" type="button"> </div>
  </body>
</html>