2025-06-02 10:01:12 +02:00
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="de"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
2025-06-03 08:40:33 +02:00
<title>Funch.at - Die Österreichische Chatcommunity</title>
2025-06-02 10:01:12 +02:00
<meta name="keywords" content="oe3 Ö3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
2025-06-03 08:40:33 +02:00
<meta name="author" content="Funch.at" />
2025-06-02 22:38:25 +02:00
<meta content="FunCh.at - Die Österreichische Chatcommunity" property="og:title" />
2025-06-02 10:01:12 +02:00
<meta name="keywords" content="oe3 Ö3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
2025-06-02 22:38:25 +02:00
<meta name="author" content="FunCh.at" />
2025-06-02 10:01:12 +02:00
<meta name="description" content="Die kostenlose und werbefreie Österreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
2025-06-03 08:40:33 +02:00
<link href="https://funch.at/chat" rel="Chat"/>
<link href="https://funch.at/forum" rel="Forum"/>
2025-06-02 10:01:12 +02:00
{ $meta }
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href=" { $themepath } /css/default.css" />
<link rel="stylesheet" href=" { $themepath } /css/layout.css" />
<link rel="stylesheet" href=" { $themepath } /css/media-queries.css" />
<link rel="stylesheet" href=" { $themepath } /css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
</head>
<body>
<!-- Header
================================================== -->
<header id="chattop">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Navigation zeigen">Zeige Menü</a>
<a class="mobile-btn" href="#" title="Navigation verstecken">Verstecke Menü</a>
<div class="row">
<ul id="nav" class="nav">
<li><a href="/">Home</a></li>
<li class="current"><a href="/chat">Chat<span class="odometer"> { $users } </span></a></li>
<li class="has-children"><a href="/forum">Forum</a>
<ul>
{ foreach from = $forum item = f }
<li><a href=" { $f.link } "> { $f.name } </a></li>
{ /foreach }
</ul>
</li>
<li><a href="archives.html">Archives</a></li>
</ul> <!-- end #nav -->
</div>
</nav> <!-- end #nav-wrap -->
2025-06-03 08:44:01 +02:00
</header> <!-- Header End -->