Three years ago, Noah Silverman and Yuki Kinoshita's Plufl — "the world's first dog bed for humans" — went viral on TikTok and landed them on "Shark Tank".
Beyond the Bell: Navigating the Path to Public
function checkWidth() {
var screenWidth = window.innerWidth;
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
if (!isMobile && screenWidth < 800) {
location.reload();
}
}
window.addEventListener("resiz