17 lines
230 B
HTML
17 lines
230 B
HTML
<style>
|
|
* {
|
|
filter: brightness(0.1638);
|
|
outline: 64px dotted;
|
|
}
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
a.setAttribute("text-decoration", "line-through")
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<svg>
|
|
<marker>
|
|
<foreignObject id="a">
|
|
<ins>
|
|
|