16 lines
253 B
HTML
16 lines
253 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
Click below to animate:
|
|
<div id="digit"><div id="stripe">0123456789</div></div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|