mirror of https://github.com/sveltejs/svelte
4 lines
79 B
4 lines
79 B
7 years ago
|
<div>
|
||
|
<style>div { color: red; }</style>
|
||
|
<script>alert('<>');</script>
|
||
|
</div>
|