mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-17 15:50:11 -07:00
29 lines
848 B
HTML
29 lines
848 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>Printer Center</title>
|
|
<link rel="stylesheet" href="main.css" />
|
|
<link rel="stylesheet" href="skin.css" />
|
|
</head>
|
|
<body>
|
|
<main class="mainpage">
|
|
<h1>Printer Center</h1>
|
|
<p>
|
|
<a href="print-image.html">Print Image</a>
|
|
<a href="print-document.html">Print Document</a>
|
|
<a href="custom-print.html">Custom Print</a>
|
|
</p>
|
|
</main>
|
|
<textarea id="i18-N" style="display: none;">
|
|
[zh-CN]
|
|
Printer Center=打印机中心
|
|
Print Image=打印图片
|
|
Print Document=打印文档
|
|
Custom Print=自定义打印
|
|
</textarea>
|
|
<script src="i18n.js"></script>
|
|
</body>
|
|
</html> |