mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 08:10:24 -07:00
18 lines
452 B
HTML
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>
|