youbetter-desktop-app
Version:
Let it shine
12 lines • 397 B
HTML
<html>
<head>
<title>YOU BETTER</title>
<link href="styles.css" rel="stylesheet"><script src="bundle.js"></script></head>
<body>
<div id="you-better"></div>
<script type="text/javascript">
youBetter(document.getElementById('you-better'), '10207133968244885', 'http://localhost:5984/you-better');
</script>
</body>
</html>