ReleaseV13+IconeOutils

This commit is contained in:
Flatlogic Bot 2026-02-21 02:54:41 +00:00
parent 5271933e13
commit 6badd0c4e6
12 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -27,7 +27,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Connexion | Discord Clone</title>
<title>Connexion | Corvara</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../assets/css/discord.css">
<style>

View File

@ -54,7 +54,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Inscription | Discord Clone</title>
<title>Inscription | Corvara</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../assets/css/discord.css">
<style>

View File

@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Flatlogic Discord</title>
<title>Contact Us - Corvara</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/discord.css?v=<?php echo time(); ?>">

View File

@ -408,7 +408,7 @@ if ($is_dm_view) {
}
// SEO & Env tags
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Discord-like messaging app built with PHP';
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Corvara - Messaging App';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
?>
<!DOCTYPE html>
@ -519,7 +519,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
<!-- Servers Sidebar -->
<div class="servers-sidebar">
<a href="index.php?server_id=dms" class="server-icon <?php echo $active_server_id == 'dms' ? 'active' : ''; ?>" title="Messages privés">
<img src="img/voip_icon.png" alt="Home" style="width: 100%; height: 100%; object-fit: cover; border-radius: inherit;">
<img src="assets/pasted-20260221-025159-eb7832eb.png" alt="Home" style="width: 100%; height: 100%; object-fit: cover; border-radius: inherit;">
</a>
<hr style="width: 32px; border-color: var(--separator); margin: 4px 0;">
<?php foreach($servers as $s): ?>