<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>page not found (404) | Ticketbud</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
padding: 20px;
font-family: 'Lato', sans-serif;
}
.ticketbud-logo {
width: 200px;
}
a.btn {
font-size: 20px;
text-decoration: none;
background: #D8114C;
padding: 8px 10px;
color: rgb(255,255,255);
border-radius: 5px;
font-family: 'Lato', sans-serif;
}
.back-home {
margin-top: 70px;
}
hr {
width: 300px;
margin-left:0;
border: 0;
border-bottom: 1px dashed #ccc;
background: #999;
}
</style>
</head>
<body>
<a href="https://ticketbud.com/">
<img class='ticketbud-logo' src="https://s3.amazonaws.com/ticketbud/logos/tb-logo.svg" alt="Ticketbud" />
</a>
<hr>
<h1>page not found</h1>
<p>If you believe this is due to an error, please contact support at <a href="mailto:cs@ticketbud.com">cs@ticketbud.com</a> or use the support chat below.</p>
<p>Error code: 404</p>
<p class='back-home'><a class='btn' href="https://ticketbud.com/">back home</a></p>
<!-- Intercom -->
<script>
var APP_ID = "bdxexnql";
window.intercomSettings = {
app_id: APP_ID
};
</script>
<script>(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/' + APP_ID; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
</script>
<!-- End Intercom -->
</body>
</html>