25 lines
856 B
HTML
25 lines
856 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
<title>BD List</title>
|
|
<link rel="stylesheet" href="../bd-static/shared.css">
|
|
</head>
|
|
<body>
|
|
<main class="page">
|
|
<section class="content">
|
|
<article class="card card-pad">
|
|
<div class="row">
|
|
<div class="section-title" id="billTitle">-</div>
|
|
<button class="soft-btn" type="button" id="historyButton" data-i18n="bd_leader_history">BD Leader history</button>
|
|
</div>
|
|
<div class="row subtle" id="summaryLine"></div>
|
|
<div id="memberList"></div>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<script type="module" src="./bd-list.js"></script>
|
|
</body>
|
|
</html>
|