21 lines
434 B
HTML
21 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
* {
|
|
grid-column-gap: 3970820911.345316ex !important;
|
|
}
|
|
</style>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
const style = document.createElement("style")
|
|
document.head.appendChild(style)
|
|
style.sheet.insertRule(`* { display: inline-flex; }`, 0)
|
|
})
|
|
</script>
|
|
</head>
|
|
<img>
|
|
<script></script>
|
|
<b></b>
|
|
<table></table>
|
|
</html>
|