mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
10 lines
144 B
HTML
10 lines
144 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script>
|
||
|
/* some multi-line comment
|
||
|
with function below it */
|
||
|
someFunc();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|