35567-vm/includes/header.php
Flatlogic Bot bab7166464 1
2025-11-08 08:53:42 +00:00

30 lines
1.6 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO & Meta Tags -->
<title>Datatruck TMS</title>
<meta name="description" content="Datatruck TMS - Manage your trucking company with AI-powered tools and integrations. Built with Flatlogic Generator.">
<meta name="keywords" content="tms, trucking management, fleet management, load planning, dispatch software, logistics, ai logistics, datatruck, Built with Flatlogic Generator">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Datatruck TMS">
<meta property="og:description" content="Datatruck TMS - Manage your trucking company with AI-powered tools and integrations. Built with Flatlogic Generator.">
<meta property="og:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Datatruck TMS">
<meta name="twitter:description" content="Datatruck TMS - Manage your trucking company with AI-powered tools and integrations. Built with Flatlogic Generator.">
<meta name="twitter:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>