5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
<script>
|
|
(function(){
|
|
console.log('coucoucoucou')
|
|
})()
|
|
</script> |