parent
2082d9e897
commit
569685184b
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>软件工程点名系统</title>
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>软件工程点名系统</h1>
|
||||
<h2 id="selectTitle">被点到的同学:<span></span></h2>
|
||||
<h3 id="selectTitle">被点到同学的积分:<span></span></h3>
|
||||
<h3 id="scoreTitle">当前积分:<span id="score">0</span></h3>
|
||||
<button id="start">开始点名</button>
|
||||
<button id="reset">重置积分</button>
|
||||
<div id="content">
|
||||
</div>
|
||||
<script src="./js/data.js"></script>
|
||||
<script src="./js/index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in new issue