]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
add html cut page
authorBastian Dehn <hhaalo@arcor.de>
Sat, 18 Oct 2025 17:01:02 +0000 (19:01 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 18 Oct 2025 17:01:02 +0000 (19:01 +0200)
src/cutpage.html [new file with mode: 0644]

diff --git a/src/cutpage.html b/src/cutpage.html
new file mode 100644 (file)
index 0000000..9b174a5
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+       <head>
+               <title>Cut Page</title>
+               <style>
+                       header, footer, h1 {
+                               text-align: center;
+                       }
+               </style>
+       </head>
+       <body>
+               <header>
+                       <p>Cut Page</p>
+               </header>
+               <main>
+                       <h1>47CUTPAGE11</h1>
+               </main>
+               <footer>
+                       <p>Cut Page</p>
+               </footer>
+       </body>
+</html>