CINXE.COM

Furbo GmbH | Webdesign und Entwicklung

<!DOCTYPE html> <html> <head> <!-- Am besten Seitentitel | Websitetitle oder 盲hnlich, sinnvoll w盲hlen --> <title>Furbo GmbH | Webdesign und Entwicklung</title> <!-- Ca 160 Zeichen --> <meta name="description" content="Furbo gestaltet und entwickelt Websites und Anwendungen aller in House in Z眉rich."> <!-- Eindeutige URL --> <link rel="canonical" href="https://furbo.ch/"/> <!-- Open Graph / Facebook --> <meta property="og:url" content="https://furbo.ch/"> <meta property="og:site_name" content="Furbo GmbH"> <meta property="og:type" content="website"> <meta property="og:title" content="Furbo GmbH | Webdesign und Entwicklung"> <meta property="og:description" content="Furbo gestaltet und entwickelt Websites und Anwendungen aller in House in Z眉rich."> <meta property="og:image" content=""> <!-- Twitter --> <meta name="twitter:card" content="https://furbo.ch/"> <meta name="twitter:site" content="Furbo GmbH"> <meta name="twitter:creator" content="@furbo"> <meta name="twitter:title" content="Furbo GmbH | Webdesign und Entwicklung"> <meta name="twitter:description" content="Furbo gestaltet und entwickelt Websites und Anwendungen aller in House in Z眉rich."> <meta name="twitter:image" content=""> <!-- Favicon --> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> <link rel="manifest" href="assets/favicon/site.webmanifest"> <link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#000000"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="stylesheet" type="text/css" href="/css/app.css?1727960810"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-98258870-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-RTLY4R6LTN"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-RTLY4R6LTN'); </script> </head> <body> <div id="app"> <app-header></app-header> <div id="main"> <!-- <div id="spinner" v-bind:class="{ hidden: menuIsActive }"></div> --> <div id="spinner" v-if="isLoading" v-bind:class="{ hidden: menuIsActive }"></div> <!-- <div class="container nav-container" v-bind:class="{ mobileActive: menuIsActive }"> <header id="app-header" class="row header-row"> <a class="close-btn" v-on:click="backToOverview($event)"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.635 32.635"><path d="M32.135 16.817H.5a.5.5 0 0 1 0-1h31.635a.5.5 0 0 1 0 1z"/><path d="M13.037 29.353a.502.502 0 0 1-.354-.146L.146 16.669a.504.504 0 0 1 0-.708L12.684 3.429a.5.5 0 0 1 .707.707L1.207 16.315l12.184 12.184a.5.5 0 0 1-.354.854z"/></svg> </a> </header> </div> --> <div class="wrapper container main-content"> <transition name="slide-fade" mode="out-in"> <router-view :key="$route.fullPath.includes('seiten') ? $route.fullPath : $route.matched[0].name"></router-view> </transition> </div> </div> </div> <script src="/js/app.js?1727959732"></script> </body> </html>