





Welcome to the Gamer Ring!
A webring for gamers and fans of video games. This webring was created in hopes of connecting those who share a love of video games.
WHAT IS A WEBRING?
A webring is a collection of websites linked together around a shared theme or interest.
Each site in the ring links to the next and the previous, forming a loop visitors can travel through.


August 21, 2025 Widget bugfixes and search bar added for Members
August 18, 2025 Webring launched!
August 18, 2025 Webring launched!



Feeling lucky? Go to a random site in the ring!
Want to join?
- Have a personal website.
- Have some form of video game related content or gaming interest on your website, if even minor.
- Understand that I accept all who pass the above rule. Please do not ask me to remove anyone from the webring for any reason.
If you would like to proceed, fill out the application on the Join page.
Instructions
- Fill in the application below. Required fields are marked in red. If you want to receive a confirmation that you've been accepted and added to the webring, include your email.
- Add a Widget to your page.
- Wait! You will be added. At times I may add members in batches.

Minimal
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-minimal.js"></script>
</div>
Pure Text
White on Black
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-whitetext.js"></script>
</div>
Black on White
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-blacktext.js"></script>
</div>
← prev | ${ringName} ${randomText} ${indexText} |
next → |
CSS Base Code
#gamer-ring {
margin: 0 auto;
padding: 15px;
}
#gamer-ring table {
margin: 0 auto;
}
#gamer-ring table tr td {
padding: 5px;
}
#gamer-ring .webring-prev {
text-align: right;
}
#gamer-ring .webring-info {
text-align: center;
font-weight: 1000;
}
#gamer-ring .webring-next {
text-align: left;
}
#gamer-ring .webring-links {
font-weight: 100;
}
HTML Base Code
<table>
<tr>
<td class='webring-prev'><a href='${sites[previousIndex].url}'>← prev</a></td>
<td class='webring-info'><a href='${indexPage}'>${ringName}</a><br>
<span class='webring-links'>
${randomText}
${indexText}
</span>
</td>
<td class='webring-next'><a href='${sites[nextIndex].url}'>next →</a></td>
</tr>
</table>