<!DOCTYPE html>
<html>
<head>
<style>
* {
text-align: center;
}
#main {
position: fixed;
left: 50vw;
top: 50vh;
width: 100vw;
transform: translate(-50%, -50%);
font-family: arial;
}
#Links > *{
padding: 4px;
}
img {
width: min(90vw, 40vh, 500px);
}
@media (orientation: portrait) {
a {
display: block;
}
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<img src="/wblq.png" width=100 />
<div id="main">
<!--<h1>A new website is coming soon.</h1>-->
<!--<div id="banner">
<h1><a href="https://www.rvsupershows.com/shows/rhode-island-rv">Rhode Island RV show</a></h1>
<h1><a href="https://www.rvsupershows.com/shows/rhode-island-boat">Rhode Island Boat Show</a></h1>
<!-<div class="flex">
<div>February 21 to 23</div>
<div class="flex "></div>
</div>->
</div>-->
<!--<p>For now, you can visit the following links:</p>-->
<p id="Links">
<a href="https://streamdb3web.securenetsystems.net/v5/index.cfm?stationCallSign=WBLQ">Listen to WBLQ Live</a>
<a href="https://www.facebook.com/wblq.net">See the WBLQ Facebook page</a>
<a href="https://www.facebook.com/wblqpodcasts">See the podcast page</a>
</p>
</div>
</body>
</html>