You’re missing a crucial part: jQuery.
Add this: <script src="https://code.jquery.com/jquery-3.1.1.js"></script>
Also, if you download it directly, you’ll still be missing several items. In their code, they call their scripts in this fashion: <script src="https://stackoverflow.com/js/odometer.min.js"></script>
.
You have to modify it for your own use:
<script src="https://aethex.xyz/js/odometer.min.js"></script>
Add the https://aethex.xyz/js/odometer.min.js
to every script, and it should work
0
solved How to make a text carousel with JQuery?