101 lines
5.3 KiB
PHP
101 lines
5.3 KiB
PHP
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
<meta http-equiv="Content-Language" content="{{LANG}}" />
|
||
<meta name="author" content="Pisilinux Web Team">
|
||
<meta name="msapplication-TileColor" content="#2d89ef">
|
||
<meta name="theme-color" content="#4188c9">
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
<meta name="mobile-web-app-capable" content="yes">
|
||
<meta name="HandheldFriendly" content="True">
|
||
<meta name="MobileOptimized" content="320">
|
||
<meta name="ocs-site-verification" content="c766bdd990aafc2bac6f3801ef4a305a" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
<meta name="apple-mobile-web-app-title" content="pisilinux.org">
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
||
<meta property="og:title" content="{{TITLE}}" />
|
||
<meta property="og:url" content="{{LINK}}" />
|
||
<meta property="og:type" content="article">
|
||
<meta property="og:image" content="{{IMG}}">
|
||
@if(!defined('DESC'))
|
||
<meta property="og:description" content="Pisi GNU/Linux, Pisi tabanlı, özgür yazılım topluluğu tarafından geliştirilen, bilgisayar kulanıcılarına kurulum, yapılandırma ve kullanım konusunda kolaylık sağlamaya çalışan, onların temel masaüstü gereksinimlerini karşılamayı amaçlayan, son kullanıcı odaklı bir GNU/Linux dağıtımıdır." />
|
||
@else
|
||
<meta property="og:description" content="{{DESC}}" />
|
||
@endif
|
||
|
||
|
||
<link href="/manifest.json" rel="manifest" >
|
||
<link href="/img/logo/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link href="/img/logo/ipadpro2_splash.png" media="(device-width: 1080) and (device-height: 1920) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||
<link rel="apple-touch-icon" sizes="128x128" href="/img/128x128.png">
|
||
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="/img/128x128.png">
|
||
<link rel="icon" sizes="192x192" href="/img/logo/192x192.png">
|
||
<link rel="icon" sizes="128x128" href="/img/logo/128x128.png">
|
||
<link rel="image_src" href="/upload/pisilinux_pisi.png">
|
||
<!--
|
||
<link rel="image_src" href="{[ if(defined('img')){echo img;} ]}"/>
|
||
-->
|
||
<link rel="icon" href="/img/fav/favicon.ico" type="image/x-icon"/>
|
||
<link rel="shortcut icon" href="/img/fav/favicon.ico">
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/img/fav/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/img/fav/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/img/fav/favicon-16x16.png">
|
||
|
||
<script src="/sw.js"></script>
|
||
<script>
|
||
if ('serviceWorker' in navigator) {
|
||
window.addEventListener('load', function () {
|
||
navigator.serviceWorker.register('/sw.js?v=3');
|
||
});
|
||
}
|
||
</script>
|
||
|
||
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||
|
||
@if(LANG == 'ir')
|
||
<!--
|
||
<link rel="stylesheet" href="css/dashboard.rtl.css">
|
||
-->
|
||
<link rel="stylesheet" href="pisiV1/css/tabler.rtl.min.css">
|
||
<link rel="stylesheet" href="css/tabler-vendors.rtl.min.css">
|
||
<link rel="stylesheet" href="css/tabler-flags.rtl.css">
|
||
<link rel="stylesheet" href="css/demo.rtl.min.css">
|
||
@else
|
||
<!--
|
||
<link rel="stylesheet" href="css/dashboard.css">
|
||
<link rel="stylesheet" href="css/dataTables.bootstrawp4.min.css">
|
||
-->
|
||
<link rel="stylesheet" href="css/tabler.css">
|
||
<link rel="stylesheet" href="css/demo.min.css">
|
||
<link rel="stylesheet" href="css/tabler-flags.css">
|
||
@endif
|
||
<link rel="stylesheet" href="css/My.css">
|
||
<link rel="stylesheet" href="fontawesome/css/all.css">
|
||
<!--
|
||
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet">
|
||
-->
|
||
<link rel="stylesheet" href="css/jquery-confirm.min.css">
|
||
|
||
@if (CURRENT_CONTROLLER == 'Forum')
|
||
<link rel="stylesheet" href="css/forum.css">
|
||
@endif
|
||
|
||
@if(setting('yas') == 1)
|
||
<link rel="stylesheet" href="css/gray.css">
|
||
<img border="0" class="kurdele" alt="Türkiye yas" src="/uploads/BlackRibbon.png" />
|
||
@endif
|
||
|
||
<!--
|
||
<div id="confetti" ></div>
|
||
-->
|
||
|