11 lines
197 B
HTML
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> |