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

7 lines
57 B
HTML

<h1>Title</h1>
<style>
h1 {
color: green;
}
</style>