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.
18 lines
675 B
18 lines
675 B
<!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/css6.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="box">
|
|
<div><button class="button1" onclick="location.href='6.1three.html';">三折叠</button></div>
|
|
<div><button class="button1" onclick="location.href='6.2lianming.html';">联名活动</button></div>
|
|
<div><button class="button1" onclick="location.href='6.3common.html';">普通点名</button></div>
|
|
</div>
|
|
</body>
|
|
</html> |