fixed error in banner.md

This commit is contained in:
kmenshikov 2024-09-17 15:33:34 +03:00
parent 7caf5a6c2e
commit da89fc43b8

View File

@ -1,5 +1,5 @@
<div style="background: url(https://gitea.matvis.tech/kmenshikov/MVData/raw/branch/main/background.gif) repeat-x;height>
<marquee direction="right" scrollamount="5" scrolldelay="30" style="width: 100%;padding-top:19px;" onmouseover="this.st>
<div style="background: url(https://gitea.matvis.tech/kmenshikov/MVData/raw/branch/main/background.gif) repeat-x;height:70px;">
<marquee direction="right" scrollamount="5" scrolldelay="30" style="width: 100%;padding-top:19px;" onmouseover="this.stop();" onmouseout="this.start();">
<img src="https://gitea.matvis.tech/kmenshikov/MVData/raw/branch/main/nyan.gif" alt="nyan cat"/>
</marquee>
</div>