meraproject/content/modulebz/jade/header.php
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

1 line
1.2 KiB
PHP

<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title><?php echo htmlspecialchars(SITE_TITLE, ENT_QUOTES, 'UTF-8'); ?></title><meta name="viewport" content="width=device-width,initial-scale=1.0"><meta name="keywords" content="<?= htmlspecialchars($SITE_KEYWORDS, ENT_QUOTES, 'UTF-8'); ?>"><meta name="description" content="<?= htmlspecialchars($SITE_DESCRIPTION, ENT_QUOTES, 'UTF-8'); ?>"><script src="js/jquery.js"></script><script src="js/mask.js"></script><script src="js/all.js"></script><link href="style.css" rel="stylesheet" type="text/css"><link rel="icon" href="favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"><!--link(href="https://fonts.googleapis.com/css?family=Heebo:300,400,700&display=swap&subset=hebrew" rel="stylesheet")--><link href="https://use.typekit.net/ujz0sdl.css" rel="stylesheet"><script src="lib/perfect-scrollbar/js/perfect-scrollbar.jquery.js"></script><link rel="stylesheet" href="lib/perfect-scrollbar/css/perfect-scrollbar.css"></head><body><?php foreach($BLOCKS as $k=>$v) {; ?><?php include_once(dirname(__FILE__).'/'.$v.'.php'); ?><?php }; ?></body></html>