blob: 92247d7acde616f20d0e172793cd0241b7de869b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|