14 lines
1.1 KiB
HTML
14 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
||
<script>
|
||
document.addEventListener("DOMContentLoaded", () => {
|
||
const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg")
|
||
const text = document.createElementNS("http://www.w3.org/2000/svg", "text")
|
||
text.setAttribute("letter-spacing", "-37vw")
|
||
const node = document.createTextNode("\n\n\r7%٠\0ó …§ð†ªã€€&**=🯚ð¯‚ï¸¡ó ”©Û¹â€Ùªv*/ð¯„ð–¹§åžçº¶*;{0ð–£”9̆뢻\r\n^掶𩹺*|\r\n🩂٫ð‡½ë«»e犮㇆á²ð¡‡‚\u2028ᨲâ¤\rv+🧌8שּׁ\nð¯Žè›¥ó „ˆêº¡\nâ’ð±’٠۹𖯸0ó ¤™/ᾂ𫞾99 a&=ð‰‚۹𯩒゙2ó ¥µ^0ê’‹ð—»ð…»\0X%+0*/镳 ٪ȺXá©¿L2⼤𛪈Âðª¸ð›‰")
|
||
text.appendChild(node)
|
||
svg.appendChild(text)
|
||
document.documentElement.appendChild(svg)
|
||
const rect = document.documentElement.getBoundingClientRect()
|
||
node.convertRectFromNode(rect, svg, {})
|
||
})
|
||
</script>
|