19 lines
379 B
HTML
19 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>挑战网作业 4</title>
|
|
<link rel="stylesheet" type="text/css" href="index.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="balls">
|
|
<div class="ball b1"></div>
|
|
<div class="ball b2"></div>
|
|
<div class="ball b3"></div>
|
|
<div class="ball timer">0</div>
|
|
</div>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |