35136-vm/partials/header.php
Flatlogic Bot 3d1ae14d5d v1
2025-10-23 08:54:07 +00:00

18 lines
1013 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Furniture Admin Panel</title>
<meta name="description" content="Admin panel for a furniture e-commerce store, built with Flatlogic Generator.">
<meta name="keywords" content="admin panel, furniture store, e-commerce, dashboard, product management, category management, user authentication, Flatlogic Generator">
<meta property="og:title" content="Furniture Admin Panel">
<meta property="og:description" content="Admin panel for a furniture e-commerce store, built with Flatlogic Generator.">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>