Newer
Older
hello-programmer-world / src / components / Title.astro
@houston[bot] houston[bot] on 15 Dec 59 bytes Initial commit from Astro
<h1><slot /></h1>

<style>
	h1 {
		color: red;
	}
</style>