helix/lol.html

11 lines
269 B
HTML
Raw Normal View History

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