28 lines
1 KiB
HTML
28 lines
1 KiB
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>会计分录编制模拟 - 列表</title>
|
||
<link rel="stylesheet" href="main.css" />
|
||
</head>
|
||
<body>
|
||
<h1>例题列表</h1>
|
||
<section class="center print-hide">
|
||
<p>可将鼠标移至<span class="to-be-filled">填空处</span>查看参考答案</p>
|
||
<p>触屏设备可直接点击<span class="to-be-filled">填空处</span></p>
|
||
<p>也可以<a href="javascript:try_print();" class="button">直接打印</a>!</p>
|
||
<noscript>
|
||
<p>需要启用 JavaScript 以加载题目库、出题、交互作答。</p>
|
||
<p>所有代码以 WTFPL v2 授权。</p>
|
||
</noscript>
|
||
</section>
|
||
<main></main>
|
||
<footer>
|
||
<p>制作于 2023 年。以 WTFPL v2 授权。</p>
|
||
</footer>
|
||
<script src="libquiz.js"></script>
|
||
<script src="list.js"></script>
|
||
</body>
|
||
</html>
|