add source code link
This commit is contained in:
parent
09e5954fb7
commit
b9925aea93
1 changed files with 12 additions and 0 deletions
|
@ -19,10 +19,22 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: rgb(255, 31, 248);
|
||||||
|
text-decoration: none;
|
||||||
|
&:hover {
|
||||||
|
border-bottom: 1px solid rgb(255, 31, 248);
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<textarea cols="80" rows="20"></textarea>
|
<textarea cols="80" rows="20"></textarea>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="https://git.lavender.software/char/sync-playground">source code</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script type="module" src="/dist/main.js"></script>
|
<script type="module" src="/dist/main.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue