Skip to content

Commit

Permalink
add bmc widget for index page
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarkraemer authored Mar 20, 2024
1 parent 7706739 commit 17b49bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ <h1 class="leaflet-sidebar-header">Profile<div class="leaflet-sidebar-close"><i
<div id="map" style="height: 100vh;"></div>

<script src="{{ url_for('static', filename='js/visualizer.js') }}"></script>

<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="oskarkraemer" data-description="Support me on Buy me a coffee!" data-message="Help me to cover server costs. Thank you for your support 😊" data-color="#FF813F" data-position="Right" data-x_margin="18" data-y_margin="18"></script>

</body>
</html>

0 comments on commit 17b49bd

Please sign in to comment.