2025-06-18 15:02:56 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html class="no-js" lang="de">
|
|
|
|
<head>
|
|
|
|
<!--- Basic Page Needs
|
|
|
|
================================================== -->
|
|
|
|
<meta charset="utf-8" />
|
2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta
|
|
|
|
content="FunCh.at - Die Österreichische Chatcommunity"
|
|
|
|
property="og:title"
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
|
|
|
content="oe3 ö3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum"
|
|
|
|
/>
|
|
|
|
<meta name="author" content="FunCh.at" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Die kostenlose und werbefreie Österreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!"
|
|
|
|
/>
|
|
|
|
<link href="https://funch.at/chat" rel="Chat" />
|
|
|
|
<link href="https://funch.at/forum" rel="Forum" />
|
|
|
|
<!-- mobile specific metas
|
|
|
|
================================================== -->
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1"
|
|
|
|
/>
|
2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<!-- 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" />
|
2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<!-- Script
|
|
|
|
================================================== -->
|
|
|
|
<script src="{$themepath}/js/modernizr.js"></script>
|
|
|
|
<script defer src="{$themepath}/js/fontawesome/all.min.js"></script>
|
|
|
|
<!--<script src="{$themepath}/js/jquery-3.2.1.min.js"></script>-->
|
2025-06-15 22:25:18 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
|
|
<script src="{$themepath}/js/wysibb/jquery.wysibb.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="{$themepath}/js/wysibb/theme/default/wbbtheme.css" />
|
|
|
|
<!-- Favicons
|
|
|
|
================================================== -->
|
|
|
|
<link rel="shortcut icon" href="favicon.png" />
|
|
|
|
{$content}
|
2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<!-- Java Script
|
|
|
|
================================================== -->
|
2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-18 15:02:56 +02:00
|
|
|
<script src="{$themepath}/js/main.js"></script>
|
|
|
|
<script src="/js/odo/odometer.min.js"></script>
|
|
|
|
{$footer}
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
var wbbOpt = {
|
|
|
|
buttons: "bold,italic,underline,strike,sup,sub,|,img,link,|,code,quote"
|
|
|
|
}
|
|
|
|
$("#gb").wysibb(wbbOpt);
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|