together-button-web
Version:
Button for women in situation of violence to ask help.
24 lines (18 loc) • 520 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Together Button Example</title>
</head>
<body>
<div class="content-together">
<button id="modal-btn" class="together-btn"> Botão lalalal </button>
</div>
<script src="../lib/together-button.min.js"></script>
<script>
const togetherButton = new TogetherButton()
</script>
</body>
</html>