add source code link

This commit is contained in:
Charlotte Som 2025-03-05 12:47:31 +00:00
parent 09e5954fb7
commit b9925aea93

View file

@ -19,10 +19,22 @@
overflow-y: scroll;
white-space: pre-wrap;
}
a {
color: rgb(255, 31, 248);
text-decoration: none;
&:hover {
border-bottom: 1px solid rgb(255, 31, 248);
}
}
</style>
<main>
<textarea cols="80" rows="20"></textarea>
</main>
<footer>
<a href="https://git.lavender.software/char/sync-playground">source code</a>
</footer>
<script type="module" src="/dist/main.js"></script>