2023-04-06 14:21:56 +05:00

17 lines
141 B
Svelte

<style>
.title{
color: red;
font-size: 20px;
}
</style>
<script>
</script>
<div>
<h1 class="title">
hello page 1
</h1>
</div>