<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>raspi-iccar</title> <style type="text/css"> html, body { -webkit-user-select: none; width: 100%; height: 100%; } table { width: 100%; height: 100%; } table, td { border: 1px gray solid; padding: 10px; } button.up-down { touch-action: manipulation; font-size: 5vh; font-weight: bold; width: 45%; height: 95%; } button.right-left {
