0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/runtime/samples/script-style-non-top-level/main.html
2018-02-08 13:04:46 -05:00

4 lines
79 B
HTML

<div>
<style>div { color: red; }</style>
<script>alert('<>');</script>
</div>