tools/scrolling test/index.html
zyqunix edc8589d1d a
2024-12-01 09:42:32 +01:00

20 lines
No EOL
526 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="scroller">
<marquee behavior="scroll" loop="" direction="left">
<img src="https://easyfiles.cc/2024/11/050e4af1-10f3-4bd5-9753-e9a69facfabd/epic%205507.png" alt="">
</marquee>
</div>
<div class="fun">
hello world
</div>
</body>
</html>