<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Demo Blank file structure in php</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- css group start -->
<?php include_once 'view/include_css.html'; ?>
<!-- css group end -->
</head>
<body class="wh-min">
<!-- header start -->
<?php include_once 'view/header.html'; ?>
<!-- header end -->
<!-- footer start -->
<?php include_once 'view/footer.html'?>
<!-- footer end -->
<!-- js group start -->
<?php include_once 'view/include_js.html'?>
<!-- js group end -->
</body>
</html>
0 Comments