17 lines
253 B
HTML
17 lines
253 B
HTML
<head>
|
|
<script type="text/coffeescript">
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
<script type='text/coffeescript'>
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
<script type=text/coffeescript>
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
</head>
|