16 lines
No EOL
229 B
HTML
16 lines
No EOL
229 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="digit"><span id="stripe">0123456789</span></div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |