Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
RaspBerry
/
Dev
/
payment
:
pipo.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!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>