mirror of
https://github.com/ankitects/anki.git
synced 2026-01-19 00:39:00 -05:00
10 lines
100 B
Svelte
10 lines
100 B
Svelte
<script>
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
p {
|
|
color: red;
|
|
}
|
|
</style>
|
|
|
|
<p>Test</p>
|