01.
<!DOCTYPE html>
02.
<html lang=
"th"
>
03.
<head>
04.
<meta charset=
"utf-8"
>
05.
<meta http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
06.
<meta name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
07.
<link rel=
"shortcut icon"
href=
"images/favicon.ico"
/>
08.
<title>เว็บไซต์ของคนกวนทีน</title>
09.
<link href=
"css/bootstrap-4.0.0.css"
rel=
"stylesheet"
>
10.
<link type=
"text/css"
rel=
"stylesheet"
media=
"all"
href=
"w/skins/darkglass/skin.css"
/>
11.
<script language=
"javascript"
type=
"text/javascript"
src=
"w/lib/jquery-1.6.1.js"
></script>
12.
<script type=
"text/javascript"
src=
"w/lib/jquery.easing.1.3.js"
></script>
13.
<script type=
"text/javascript"
src=
"w/builds/jquery.photocradle-0.4.3.min.js"
></script>
14.
15.
<script src=
"js/bootstrap-4.0.0.js"
></script>
16.
<script src=
"js/jquery-3.2.1.min.js"
></script>
17.
<script src=
"js/popper.min.js"
></script>
18.
19.
</head>
20.
<body onresize=
"window.location.reload();"
>
21.
<?php
include
(
'menu-top.php'
);?>
22.
23.
<section>
24.
<?php
include
(
'views-house.php'
);?>
25.
</section>
26.
<?php
include
(
'footer.php'
);?>
27.
28.
29.
</body>
30.
</html>