parent
7d08fab8e3
commit
2bfce06210
1 changed files with 6 additions and 6 deletions
|
@ -947,12 +947,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php include('contact.html'); ?>
|
|
||||||
|
|
||||||
<?php include('footer.html'); ?>
|
|
||||||
|
|
||||||
<?php include('include_foot.html'); ?>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var windowHeight = window.innerHeight || document.documentElement.clientHeight
|
var windowHeight = window.innerHeight || document.documentElement.clientHeight
|
||||||
|
@ -969,6 +963,12 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php include('contact.html'); ?>
|
||||||
|
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
|
<?php include('include_foot.html'); ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue