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

20 lines
544 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>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="skin.css" />
</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>