( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php include '../embed.php'; ?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Brand Example - Embedding with PHP Method</title>
<!-- startag css only -->
<?php StarTagEmbedder::cssIncludes(); ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<body style="margin: 0; padding: 0">
<div class="content">
<?php StarTagEmbedder::putStarTag('example'); ?>
</div>
<!----------------------------->
<!-- here comes your scripts -->
<!----------------------------->
<!-- startag javascript -->
<!-- jsIncludes(false) - false parameter disable startag jquery library -->
<?php StarTagEmbedder::jsIncludes(false); ?>
</body>
</html>