Add background ribbons to your website.
Git
git clone https://github.com/kuriv/ribbon.git
npm
npm install @kuriv/ribbon
Download
https://kuriv.github.io/ribbon/ribbon.min.js
Insert the scripts before the closing </body>
tag.
<!DOCTYPE html>
<html>
<head>
...
</head>
<body>
...
...
...
<script type="text/javascript" src="ribbon.min.js"></script>
</body>
</html>
ribbon
is open-sourced software licensed under the MIT license .