feat: remplace kaubuntu by OKI
This commit is contained in:
+15
-15
@@ -12,7 +12,7 @@ setSecurityHeaders();
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="csrf-token" content="<?php echo generateCSRFToken(); ?>">
|
||||
<title>kaubuntu.re - Ouverture prochaine</title>
|
||||
<title><?php echo SITE_NAME; ?> - Ouverture prochaine</title>
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="css/countdown.css?v=<?php echo filemtime('css/countdown.css'); ?>">
|
||||
@@ -30,29 +30,29 @@ setSecurityHeaders();
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="kaubuntu.re">
|
||||
<meta name="application-name" content="kaubuntu.re">
|
||||
<meta name="apple-mobile-web-app-title" content="<?php echo SITE_NAME; ?>">
|
||||
<meta name="application-name" content="<?php echo SITE_NAME; ?>">
|
||||
|
||||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="kaubuntu.re - Ouverture prochaine">
|
||||
<meta property="og:description" content="La plateforme multimédia kaubuntu.re ouvrira ses portes le <?php
|
||||
$targetDate = new DateTime(COUNTDOWN_TARGET_DATE);
|
||||
<meta property="og:title" content="<?php echo SITE_NAME; ?> - Ouverture prochaine">
|
||||
<meta property="og:description" content="La plateforme multimédia <?php echo SITE_NAME; ?> ouvrira ses portes le <?php
|
||||
$targetDate = new DateTime(COUNTDOWN_TARGET_DATE);
|
||||
setlocale(LC_TIME, 'fr_FR.UTF-8');
|
||||
echo strftime('%e %B %Y', $targetDate->getTimestamp());
|
||||
echo strftime('%e %B %Y', $targetDate->getTimestamp());
|
||||
?>. Restez connectés !">
|
||||
<meta property="og:image" content="<?php echo 'https://' . $_SERVER['HTTP_HOST'] . '/img/logo.png'; ?>">
|
||||
<meta property="og:url" content="<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="kaubuntu.re">
|
||||
<meta property="og:site_name" content="<?php echo SITE_NAME; ?>">
|
||||
<meta property="og:locale" content="fr_FR">
|
||||
|
||||
<!-- Twitter Card Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="kaubuntu.re - Ouverture prochaine">
|
||||
<meta name="twitter:description" content="La plateforme multimédia kaubuntu.re ouvrira ses portes le <?php
|
||||
$targetDate = new DateTime(COUNTDOWN_TARGET_DATE);
|
||||
<meta name="twitter:title" content="<?php echo SITE_NAME; ?> - Ouverture prochaine">
|
||||
<meta name="twitter:description" content="La plateforme multimédia <?php echo SITE_NAME; ?> ouvrira ses portes le <?php
|
||||
$targetDate = new DateTime(COUNTDOWN_TARGET_DATE);
|
||||
setlocale(LC_TIME, 'fr_FR.UTF-8');
|
||||
echo strftime('%e %B %Y', $targetDate->getTimestamp());
|
||||
echo strftime('%e %B %Y', $targetDate->getTimestamp());
|
||||
?>. Restez connectés !">
|
||||
<meta name="twitter:image" content="<?php echo 'https://' . $_SERVER['HTTP_HOST'] . '/img/logo.png'; ?>">
|
||||
|
||||
@@ -65,10 +65,10 @@ setSecurityHeaders();
|
||||
<div class="countdown-overlay">
|
||||
<div class="countdown-container">
|
||||
<!-- Logo -->
|
||||
<img src="img/logo.png" alt="Logo kaubuntu.re" class="countdown-logo">
|
||||
|
||||
<img src="img/logo.png" alt="Logo <?php echo SITE_NAME; ?>" class="countdown-logo">
|
||||
|
||||
<!-- Titre principal -->
|
||||
<h1 class="countdown-title">kaubuntu.re</h1>
|
||||
<h1 class="countdown-title"><?php echo SITE_NAME; ?></h1>
|
||||
|
||||
<!-- Sous-titre -->
|
||||
<p class="countdown-subtitle">Plateforme Multimédia - Ouverture prochaine</p>
|
||||
|
||||
Reference in New Issue
Block a user