cloudflare
tcp/443
Open service 172.67.68.214:443 ยท testing.electricshuffle.com
2026-01-10 12:12
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 12:12:31 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=A2002yBkVbBp4PT2kfkpTTkTrPdi3dqktizjit71ErI%2BFIUC1t6nPUAiEqGFyGkcxEe6p5PDzp9pBdPUZ%2FeneBsmAKhHtx31sxqBMET3MniqkwPovscnGq%2Bf"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bbc1549aab7d2ee-FRA
alt-svc: h3=":443"; ma=86400
Page title: Electric Shuffle | Surprisingly competitive delightfully immersive outrageously thrilling
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
var timerStart = Date.now();
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles.css?v=2.5" />
<title>Electric Shuffle | Surprisingly competitive delightfully immersive outrageously thrilling</title>
<meta name="description"
content="Electric Shuffle. Surprisingly competitive. Delightfully immersive. Outrageously thrilling." />
<meta name="keywords"
content="electric shuffle, shuffleboard, social, cocktails, London, The City, restaurant, events," />
<link rel="canonical" href="https://testing.electricshuffle.com" />
<link rel="alternate" hreflang="en-gb" href="https://electricshuffle.com/uk/" />
<link rel="alternate" hreflang="en-us" href="https://electricshuffle.com/us/" />
<link rel="alternate" hreflang="x-default" href="https://electricshuffle.com" />
<meta property="og:description"
content="Electric Shuffle. Surprisingly competitive. Delightfully immersive. Outrageously thrilling." />
<meta property="og:image" content="assets/img/es_common_top-nav-logo_2x--darkblue.png" />
<meta property="og:url" content="https://testing.electricshuffle.com" />
<meta property="og:site_name" content="Electric Shuffle" />
<link rel="icon" href="assets/img/favicon.ico" sizes="48x48" />
<link rel="icon" href="assets/img/electric-shuffle-favicon-128x128.png" sizes="32x32" />
<link rel="icon" href="assets/img/electric-shuffle-favicon-128x128.png" sizes="128x128" />
<style>
/* Styles for elements above the fold for faster initial loading */
html,
body {
background: #0e1915;
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}
</style>
<!-- Start cookieyes banner -->
<!-- End cookieyes banner -->
</head>
<body class="preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHQ9SRQM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="bg-image">
</div>
<div class="content__container">
<div class="center-screen">
<div class="global__logo-container">
<img class="global__logo" src="assets/img/es-common-electric-shuffle-logo-white.webp"
alt="Electric Shuffle Logo" />
<span>Where friends come together for a competitive experience with high-energy shuffleboard, showstopping cocktails and delicious bites to eat.</span>
</div>
<div class="global__container">
<div class="LocationSelector es-rounded-dropdown">
<select class="SelectEl">
<option value="/uk/leeds" >Leeds, UK</option>
<option value="/uk/london" >London, UK</option>
<option value="/uk/manchester" >Manchester, UK</option>
<option value="/us/austin" >Austin, US</option>
<option value="/us/chicago" >Chicago, US</option>
<option value="/us/dallas" >Dallas, US</option>
<option value="/us/nyc" >New York City, US</option>
</select>
</div>
<div class="ContinueContainer es-rounded-btn--salmon">
<a class="ContinueEl" href="1">
Continue
</a>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
function appHeight() {
const doc = document.documentElement
doc.style.setProperty('--vh', (window.innerHeight * .01) + 'px');
console.log('resize')
}
const init = () => {
window.addEventListener('resize', appHeight);
appHeight();
// Dynamic continue button hrefs
let selectElement = document.querySelector('.SelectEl');
let linkElement