so yeah, i have decided to make my own webring! webrings were really cool for me so yeah, i made one myself! (with the help of onionring.js!)
if you are intrested, this is how it looks!
1. put the widget on your website
2. sign up using the form
3. that's it!
also make sure to close the alert popup when you send your submission, idk why but it doesnt send if you dont close the alert.
fields marked with an * are required
if you want to add the widget, simply add this code:
<div id="bonki-ring">
<script type="text/javascript" src="https://bonkiscoolsite.neocities.org/bonkiring/bonkiring-widget.js"></script>
</div>
the webring div is not centered by default. if you want to center it, add this to your websites css!
.bonkiringdiv {
margin: auto;
}