18 lines
1013 B
PHP
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>
|