You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
632 B
23 lines
632 B
<!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> |