1618564.html (288B)
1 <!doctype html> 2 <style> 3 * { 4 border-image-source: url(solidblue.gif); 5 } 6 </style> 7 <script> 8 window.addEventListener('load', () => { 9 const mtd = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mtd') 10 document.documentElement.appendChild(mtd) 11 }) 12 </script>