Cat-Printer/www/custom-print.html
2021-09-07 18:08:08 +08:00

18 lines
452 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Print</title>
</head>
<body>
<main>
<p id="notice" style="height: 2em; border: 1px dotted gray;">
<noscript>Javascript should be enabled</noscript>
</p>
<h2>WIP</h2>
</main>
</body>
</html>