mirror of https://github.com/sveltejs/svelte
pull/6347/head
parent
b295d68ec6
commit
a1d359b1d8
@ -1 +1,11 @@
|
||||
<h1>Hello world!</h1>
|
||||
<script>
|
||||
let name = "Svelte";
|
||||
</script>
|
||||
|
||||
<h1>Hello {name}</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in new issue