Files
sapper/test/apps/css/src/routes/foo.html
2018-10-24 18:48:38 -04:00

7 lines
54 B
HTML

<h1>Foo</h1>
<style>
h1 {
color: blue;
}
</style>