26 lines
960 B
HTML
26 lines
960 B
HTML
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>[TITLE]</title>
|
|
<meta name="keywords" content="[META_KEYWORDS]" />
|
|
<meta name="description" content="[META_DESCRIPTION]" />
|
|
[META_INDEX] [CSS] [JAVA_SCRIPT]
|
|
</head>
|
|
<body id="page-[PHP]global $page; echo $page['id'];[/PHP]">
|
|
[PHP]require_once 'templates_user/components/NavMenu.php';[/PHP]
|
|
|
|
<div class="box-01">[KONTENER:1]</div>
|
|
<div class="box-02">[KONTENER:62]</div>
|
|
<div class="box-03">[KONTENER:63]</div>
|
|
<div class="box-04">[KONTENER:64]</div>
|
|
<div class="box-05">[KONTENER:65]</div>
|
|
<div class="box-06">[KONTENER:66]</div>
|
|
|
|
[PHP]require_once 'templates_user/components/ContactMini.php';[/PHP]
|
|
[PHP]require_once 'templates_user/components/Footer.php';[/PHP]
|
|
</body>
|
|
</html>
|