Files
url-shortener-public/webui/pages/home.html
T
2023-11-03 21:12:55 +01:00

11 lines
197 B
HTML

<!--
Page content for home tab
-->
<div>
<p>Feel free to check out my <a href="https://git.dommymommy.xyz/emily/url-shortener">Git</a></p>
</div>
<script>
$("#test").html("lol")
</script>