mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
225 B
HTML
14 lines
225 B
HTML
<html>
|
|
<body>
|
|
<!-- The "alternate" behavior is necessary for the
|
|
marquee text to start out on the screen. -->
|
|
<MARQUEE
|
|
direction="right"
|
|
scrollamount="0"
|
|
behavior="alternate"
|
|
>
|
|
a
|
|
</MARQUEE>
|
|
</body>
|
|
</html>
|