mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-19 00:30:17 -07:00
17 lines
453 B
HTML
17 lines
453 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>Print Document</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> |