GitHub.com
tcp/443 tcp/80
Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65229f94f3d4
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [submodule] active = . [remote "origin"] url = https://github.com/drindatbeer/website.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [lfs] repositoryformatversion = 0
Open service 75.2.60.5:443 · drinkdat.beer
2026-01-09 11:37
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 10857
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 11:37:18 GMT
Etag: "705cb430c4c3ae4ca7d92bb4c0d5ef0c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEH8QWAH0873AES1XMAV39DN
Connection: close
Page title: ☆゚°˖* dat beer ᕕ( ᐛ )ᕗ
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>☆゚°˖* dat beer ᕕ( ᐛ )ᕗ</title>
<link href="https://fonts.googleapis.com/css2?family=Suisse+Intl:wght@100;300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Suisse Intl', Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
text-align: center;
min-height: 100vh;
background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
background-color: #fff;
position: fixed;
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 1000;
}
.header .logo {
font-weight: 300;
font-size: 24px;
cursor: pointer; /* Indicate clickable logo */
}
.header .nav a {
font-weight: 300;
margin-left: 20px;
text-decoration: none;
color: black;
font-size: 16px;
cursor: pointer;
}
.main {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center; /* Center vertically */
min-height: calc(100vh - 80px); /* Adjust for header height */
margin-top: 80px;
background: transparent; /* Allow body gradient to show */
}
.main h1 {
font-size: clamp(24px, 8vw, 48px); /* Responsive font size */
font-weight: bold;
}
.clickable {
cursor: pointer;
text-decoration: none;
}
.beer-selection {
padding: 60px 20px; /* Increased padding */
margin-bottom: 80px; /* Added margin to create space before footer */
background: transparent; /* Allow body gradient to show */
}
.beer-list {
display: fl
Open service 75.2.60.5:443 · drinkdat.beer
2026-01-02 03:06
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 10857
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 03:06:02 GMT
Etag: "705cb430c4c3ae4ca7d92bb4c0d5ef0c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDYAPP2JVP62AQS1876MYTPT
Connection: close
Page title: ☆゚°˖* dat beer ᕕ( ᐛ )ᕗ
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>☆゚°˖* dat beer ᕕ( ᐛ )ᕗ</title>
<link href="https://fonts.googleapis.com/css2?family=Suisse+Intl:wght@100;300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Suisse Intl', Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
text-align: center;
min-height: 100vh;
background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
background-color: #fff;
position: fixed;
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 1000;
}
.header .logo {
font-weight: 300;
font-size: 24px;
cursor: pointer; /* Indicate clickable logo */
}
.header .nav a {
font-weight: 300;
margin-left: 20px;
text-decoration: none;
color: black;
font-size: 16px;
cursor: pointer;
}
.main {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center; /* Center vertically */
min-height: calc(100vh - 80px); /* Adjust for header height */
margin-top: 80px;
background: transparent; /* Allow body gradient to show */
}
.main h1 {
font-size: clamp(24px, 8vw, 48px); /* Responsive font size */
font-weight: bold;
}
.clickable {
cursor: pointer;
text-decoration: none;
}
.beer-selection {
padding: 60px 20px; /* Increased padding */
margin-bottom: 80px; /* Added margin to create space before footer */
background: transparent; /* Allow body gradient to show */
}
.beer-list {
display: fl
Open service 2606:50c0:8002::153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: 5655:3771A8:50CB55B:524A60C:695684FB Accept-Ranges: bytes Age: 0 Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish X-Served-By: cache-lon420104-LON X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1767277821.806102,VS0,VE86 Vary: Accept-Encoding X-Fastly-Request-ID: a630d1eb533a4d9239ed188f2ad0dae653a9b056 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: AC1D:22455C:509B6FB:521A7A4:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lcy-egml8630092-LCY
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277821.604879,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: a94b54903d17ea8ef50d481d893bc7a99ffb6f25
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.108.153:80 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 379C:263851:507E2CC:51FD4CC:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lcy-egml8630083-LCY
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277821.597928,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 4d58658a84cad72d1ad8e5386125f8bcadbcfe20
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.108.153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 2405:32E205:B6E8303:B9617CF:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-vie6357-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277821.630651,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 4b8fa571b02e068bde8129f72aac9b9aee2e22f2 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://drinkdat.beer/ X-GitHub-Request-Id: 2B8F:3771A8:50CB54F:524A5F8:695684FC Accept-Ranges: bytes Age: 0 Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish X-Served-By: cache-lcy-egml8630096-LCY X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1767277821.647101,VS0,VE79 Vary: Accept-Encoding X-Fastly-Request-ID: d8e29b863f0a46ade009955f75935653125d1783 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 1BB7:284718:B7ABC34:BA2C55B:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-fra-eddf8230093-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277821.592767,VS0,VE5 Vary: Accept-Encoding X-Fastly-Request-ID: a72251d88a7a37aeba36c4c635dcae6269a9f33a Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 1BB7:284718:B7ABC34:BA2C55B:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-fra-eddf8230153-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277821.596539,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 26022150b03078d573effe37d9081eae7414305d Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: C730:2056B:B285056:B4FED98:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290020-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.444380,VS0,VE6 Vary: Accept-Encoding X-Fastly-Request-ID: a01e7a6a1305aee1e2836ed7503c3eed8d4b9bee Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: AA7A:1E3944:5E40660:6132340:695684FB Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-pao-kpao1770068-PAO X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.466455,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: a60f44c0fd4a782a247cd2d9a0cdcd9384ea36ca Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 2405:32E205:B6E8303:B9617CF:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-vie6358-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277821.574436,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: de6e46377adea7964341a3c5aa61ee79da506dc1 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: 7472:3D391:B233632:B4B40EB:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-fra-eddf8230141-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.447692,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 3ba029f7828a8fe98664283cd4fe9b557bdfb91c Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 129E:386381:8FF225F:A0FD4B6:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lga21937-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.352182,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 7d56f569bca26bdb578687607b6e6dbb805a1e2c Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: http://drinkdat.beer/ X-GitHub-Request-Id: 41F4:A2E6E:B6CB0FA:B94AD29:695684FC Accept-Ranges: bytes Age: 0 Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish X-Served-By: cache-vie6373-VIE X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1767277820.472253,VS0,VE113 Vary: Accept-Encoding X-Fastly-Request-ID: aefc836f8f606e7b5332d33848a578a4be016751 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: EA98:D8C2:8C20B2C:9D33543:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21976-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.367299,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 5c264e08636166181522f0b0def7a28dbd4ae93d
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.109.153:80 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: EA98:D8C2:8C20B2C:9D33543:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21990-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.367446,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 5a9e3f9f13e53cbb9e60e01cff154f56f4d9b259
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.109.153:443 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 5BFB:2188A8:8A77EA2:9B865E9:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21961-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.371769,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 70c48096e0a848d81277a2277702880b62661af3
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.108.153:443 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 5BFB:2188A8:8A77EA2:9B865E9:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21938-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.369645,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: deac0cb1eb2e8b398bdf50144d2420ed399fe29f
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.111.153:443 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 5BFB:2188A8:8A77EA2:9B865E9:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21942-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.368424,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 0f5c76fd9e9defc9df3c28b145784e3634a01079
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 185.199.111.153:80 · drinkdat.beer
2026-01-01 14:30
HTTP/1.1 200 OK
Connection: close
Content-Length: 4632
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 07 Nov 2025 14:34:30 GMT
Access-Control-Allow-Origin: *
ETag: "690e0376-1218"
expires: Thu, 01 Jan 2026 14:40:20 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: EA98:D8C2:8C20B2C:9D33543:695684FC
Accept-Ranges: bytes
Date: Thu, 01 Jan 2026 14:30:20 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21940-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767277820.367452,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: a48a2c6d554bee84690158014f2b6353ecc1752c
Page title: drink dat beer
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title> drink dat beer </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<style>
:root {
--green: #38a536;
--gray: #b6c7b6;
--bg: #e6f4ec;
--main-size: 48px;
--mobile-size: 7vw;
--mobile-maxwidth: 96vw;
}
body {
background: var(--bg);
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
color: var(--green);
box-sizing: border-box;
min-height: 100vh;
overflow-x: hidden;
}
.container {
max-width: 1400px;
min-height: 100vh;
margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 48px 0 0 48px;
position: relative;
}
.alltext {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 32px;
color: var(--green);
letter-spacing: 0.2px;
text-align: left;
}
.percent, .percent2 {
color: var(--gray);
font-size: .6em;
font-weight: 300;
vertical-align: super;
margin: 0 2px;
letter-spacing: 0.1px;
position: relative;
}
ul.list {
margin-left: 24px;
margin-bottom: 48px;
padding: 0;
list-style: none;
text-align: left;
}
.list-item {
font-size: var(--main-size);
font-weight: 300;
margin-bottom: 8px;
padding-left: 36px;
line-height: 1.09;
position: relative;
text-align: left;
}
.list-item::before {
content: "○";
color: var(--green);
font-size: 38px;
position: absolute;
left: 0;
top: 0.09em;
font-weight: 300;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.return-section {
font-size: var(--main-size);
font-weight: 300;
line-height: 1.18;
margin-bottom: 40px;
color: var(--green);
text-align: left;
}
.spacer {
flex: 1;
}
.footer {
font-size: var(--main-size);
font-weight: 300;
color: var(--green);
line-height: 1.18;
position: absolute;
left: 48px;
right: 48px;
bottom: 48px;
margin: 0;
text-align: left;
}
.footer-email {
color: var(--gray);
text-decoration: none;
font-size: inherit;
font-weight: inherit;
margin-left: 0.2em;
}
@media (max-width: 700px) {
.container {
max-width: var(--mobile-maxwidth);
width: 100vw;
min-height: 100vh;
padding: 6vw 0 0 4vw;
position: relative;
display: flex;
flex-direction: column;
}
.alltext,
.list-item,
.return-section {
font-size: var(--mobile-size);
margin-bottom: 4vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
ul.list {
margin-left: 0;
margin-bottom: 5vw;
padding: 0;
width: 100vw;
max-width: var(--mobile-maxwidth);
}
.list-item {
font-size: var(--mobile-size);
padding-left: 7vw;
margin-bottom: 3vw;
max-width: var(--mobile-maxwidth);
text-align: left;
}
.list-item::before { font-size: 6vw; }
.percent, .percent2 { font-size: 0.5em; vertical-align: super; }
.return-section { margin-bottom: 5vw;}
.spacer { flex: 1; }
.footer {
font-size: var(--mobile-size);
position: absolute;
left: 4vw;
right: 0;
bottom: 5vw;
width: 92vw;
text-align: left;
margin: 0;
}
.footer-email { font-size: inherit; margin-left: 0.2vw; color: var(--gray);}
}
</style>
</head>
<body>
<div class="container">
<div class="alltext">
ölät <span class="percent">2.2%</span> finns att köpa på:
</div>
<ul class="list">
<li class="list-item">Kiosko I
Open service 2606:50c0:8003::153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 129E:386381:8FF225F:A0FD4B6:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lga21930-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.353878,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 321a66846d1e96c84dc44823845df34ba28e0782 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: 7A25:1B120F:1ABB07F:1DB9A01:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lga21943-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.366026,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 90953ed89a20e5ab48b6199e4b0515d8e711535b Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:443 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://drinkdat.beer/ X-GitHub-Request-Id: 129E:386381:8FF225F:A0FD4B6:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lga21956-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.354330,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: fe602e2f36e62db50c0a2c2f5377ce4a8cd9e81d Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: C730:2056B:B285056:B4FED98:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290029-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.419456,VS0,VE3 Vary: Accept-Encoding X-Fastly-Request-ID: 0ec54290aad8c22c7cb4c29337960e1883ea9639 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:80 · www.drinkdat.beer
2026-01-01 14:30
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: http://drinkdat.beer/ X-GitHub-Request-Id: C730:2056B:B285056:B4FED98:695684FC Accept-Ranges: bytes Date: Thu, 01 Jan 2026 14:30:20 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290043-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1767277820.424373,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 4fcb3ce3fb0105c8bd273b11ba8e5e1a29a971dd Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 75.2.60.5:443 · drinkdat.beer
2025-12-20 21:20
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 10857
Content-Type: text/html; charset=UTF-8
Date: Sat, 20 Dec 2025 21:20:29 GMT
Etag: "705cb430c4c3ae4ca7d92bb4c0d5ef0c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCYT5AGPBPPGY9745WTDXAYP
Connection: close
Page title: ☆゚°˖* dat beer ᕕ( ᐛ )ᕗ
<script type="text/javascript">
var gk_isXlsx = false;
var gk_xlsxFileLookup = {};
var gk_fileData = {};
function filledCell(cell) {
return cell !== '' && cell != null;
}
function loadFileData(filename) {
if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
try {
var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
var firstSheetName = workbook.SheetNames[0];
var worksheet = workbook.Sheets[firstSheetName];
// Convert sheet to JSON to filter blank rows
var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
// Filter out blank rows (rows where all cells are empty, null, or undefined)
var filteredData = jsonData.filter(row => row.some(filledCell));
// Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
var headerRowIndex = filteredData.findIndex((row, index) =>
row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
);
// Fallback
if (headerRowIndex === -1 || headerRowIndex > 25) {
headerRowIndex = 0;
}
// Convert filtered JSON back to CSV
var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
return csv;
} catch (e) {
console.error(e);
return "";
}
}
return gk_fileData[filename] || "";
}
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>☆゚°˖* dat beer ᕕ( ᐛ )ᕗ</title>
<link href="https://fonts.googleapis.com/css2?family=Suisse+Intl:wght@100;300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Suisse Intl', Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
text-align: center;
min-height: 100vh;
background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
background-color: #fff;
position: fixed;
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 1000;
}
.header .logo {
font-weight: 300;
font-size: 24px;
cursor: pointer; /* Indicate clickable logo */
}
.header .nav a {
font-weight: 300;
margin-left: 20px;
text-decoration: none;
color: black;
font-size: 16px;
cursor: pointer;
}
.main {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center; /* Center vertically */
min-height: calc(100vh - 80px); /* Adjust for header height */
margin-top: 80px;
background: transparent; /* Allow body gradient to show */
}
.main h1 {
font-size: clamp(24px, 8vw, 48px); /* Responsive font size */
font-weight: bold;
}
.clickable {
cursor: pointer;
text-decoration: none;
}
.beer-selection {
padding: 60px 20px; /* Increased padding */
margin-bottom: 80px; /* Added margin to create space before footer */
background: transparent; /* Allow body gradient to show */
}
.beer-list {
display: fl