ReleaseV13+IconeOutils
|
Before Width: | Height: | Size: 1.6 MiB |
BIN
assets/images/servers/server_1_1771640324.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
assets/images/servers/server_1_1771640329.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
assets/images/servers/server_1_1771640434.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
assets/images/servers/server_1_1771640533.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
assets/images/servers/server_1_1771640704.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
assets/images/servers/server_1_1771642459.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
assets/pasted-20260221-025159-eb7832eb.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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(); ?>">
|
||||
|
||||
@ -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): ?>
|
||||
|
||||