* fix: inline images onload * add integration test case * Apply formatting changes * Create small-olives-arrive.md --------- Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
11 lines
207 B
HTML
11 lines
207 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<img
|
|
src="/images/robot.png"
|
|
alt="This is a robot"
|
|
style="opacity: 0;"
|
|
onload="this.style.opacity=1"
|
|
/>
|
|
</body>
|
|
</html>
|