parent
c6215d7f36
commit
3f88890b8c
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="../css/css1.css">
|
||||
<link rel="stylesheet" href="../css/css5.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="box">
|
||||
<div><button class="button1" onclick="location.href='5.1method.html';">选择点名方式</button></div>
|
||||
<div><button class="button1" onclick="location.href='5.2check.html';">查看学生积分</button></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue