helix/lol.html

11 lines
246 B
HTML
Raw Normal View History

<!-- <p>C-c on this line should use the HTML comment token(s).</p> -->
2025-02-01 04:42:23 +08:00
<script type="text/javascript">
// C-c on this line should use the javascript comment token(s).
foo();
css`
html {
background-color: red;
}
`;
2025-02-01 04:42:23 +08:00
</script>