diff options
Diffstat (limited to 'popup.html')
| -rw-r--r-- | popup.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..92247d7 --- /dev/null +++ b/popup.html @@ -0,0 +1,23 @@ +<style> + .header { + min-height: 80px; + max-height: 100dvh; + padding: 10px; + background-color: #FF3333; + z-index: 99; + position: sticky; + top: 0; + font-family: "Roboto"; + text-align: center; + overflow: scroll; + } + .body { + overflow: scroll; + } +</style> +<body align="center" style="display: grid; place-items: center; height: 100%; font-family: 'Roboto';"> +<div class=header> + <h3>Schreibgeschützte Kopie des Pads / Readonly Copy of this pad<br> + Zum Bearbeiten hier zu Stuve Notes umziehen: / To edit this page migrate it to Stuve Notes:<br></h3> + <form method=post><button>Migrate</button></form> + </div><div class=body> |
