16 lines
No EOL
279 B
HTML
16 lines
No EOL
279 B
HTML
<html>
|
||
<style id="style">
|
||
* {
|
||
display: contents;
|
||
}
|
||
*::first-line,
|
||
#id_3 {
|
||
</style>
|
||
<script>
|
||
function start() {
|
||
const style = document.getElementById('style')
|
||
style.prepend('<27>')
|
||
}
|
||
document.addEventListener('DOMContentLoaded', start)
|
||
</script>
|
||
</html> |