19 lines
455 B
HTML
19 lines
455 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Indie Buttons</title>
|
|
<style>
|
|
img { width: 20px; height: 20px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a data-href="https://jeena.net/notes/new?in_reply_to=">
|
|
<img src="icons/reply.svg" alt="reply">
|
|
</a>
|
|
<a data-href="https://jeena.net/likes/new?url=">
|
|
<img src="icons/like.svg" alt="like">
|
|
</a>
|
|
<script src="button.js"></script>
|
|
</body>
|
|
</html>
|