Open service 20.105.232.38:80 · bottomofthebarrel.tv
2026-01-22 12:42
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 12:42:37 GMT Location: https://bottomofthebarrel.tv/
Open service 20.105.232.38:443 · bottomofthebarrel.tv
2026-01-22 12:42
HTTP/1.1 200 OK
Content-Length: 5549
Connection: close
Content-Type: text/html; charset=utf-8
Date: Thu, 22 Jan 2026 12:42:37 GMT
ETag: W/"15ad-SJD3FBz2wg+gniJ4oPF01AMeuG4"
X-Powered-By: Express
Page title: Bottom of the Barrel
<html>
<head>
<title>Bottom of the Barrel</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<style>
body {
font-family: "Roobert", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
background-color: #121212;
color: #fff;
text-align: center;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: .2fr 2fr 2fr;
}
.logo {
grid-column: 1;
grid-row: 2;
background-image: url('/logo');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
max-width: 50vh;
margin-left: 50%;
transform: translateX(-50%);
min-height: 300px;
min-width: 300px;
}
.logo .splash {
display:block;
width: 100%;
height: 100%;
background: url('/assets/discord-join.png') no-repeat center center;
background-size: contain;
opacity: 0.4;
transition: opacity 0.3s ease;
}
.logo:hover .splash {
opacity: 1;
}
.members {
margin-top: 2em;
grid-row: 3;
grid-column-start: 1;
grid-column-end: 4;
}
.member {
margin-bottom: 2em;
display: inline-block;
text-decoration: none;
color: #fff;
min-width: 19vw;
}
.member .tagline {
display: block;
font-size: 0.7em;
color: #aaa;
opacity: 0;
}
.member .live {
display: none;
position: absolute;
color: #fff;
background-color: #9147ff;
padding: 5px;
border-radius: 5px;
font-size: 0.7em;
min-width: 3em;
margin-left:5em;
}
.member.online .live {
display: inline-block;
}
.member:hover {
color: #9147ff;
}
.member:hover .tagline {
opacity: 1;
}
.game {
}
.member:hover .live .game {
display: inline-block;
}
.member:hover > .image-avatar {
outline: 3px solid #9147ff;
}
.member .image-avatar {
width: 70px;
height: 70px;
border-radius: 50%;
}
.member .name {
display: block;
margin-top: 10px;
}
.loader {
width: 48px;
height: 48px;
border: 5px solid #FFF;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
<a href="https://discord.gg/Vd58RAevj2" target="_blank" class="logo">
<span class="splash"></span>
</a>
<div class="members">
<div class="member-list">
<span class="loader"></s