mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-25 12:15:43 +00:00
17 lines
141 B
Svelte
17 lines
141 B
Svelte
<style>
|
|
.title{
|
|
color: red;
|
|
font-size: 20px;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<div>
|
|
<h1 class="title">
|
|
hello page 1
|
|
</h1>
|
|
</div>
|