mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-17 15:50:11 -07:00
20 lines
544 B
HTML
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>
|