1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE html> <html lang= "zh-CN" > <head> <meta charset= "utf-8" > <meta http-equiv= "X-UA-Compatible" content= "IE=edge" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <title>hoexue.net-bootstrap 3 </title> <link href= "<?php echo base_url('css/bootstrap.min.css'); ?>" rel= "stylesheet" > <!--[if lt IE 9 ]> <script src= "<?php echo base_url('js/boot/html5shiv.js'); ?>" ></script> <script src= "<?php echo base_url('js/boot/respond.min.js'); ?>" ></script> <![endif]--> </head> <body> <!--内容部分--> <!--在页面底部加载js可以加快页面的加载速度--> <script src= "<?php echo base_url('js/jquery.min.js'); ?>" ></script> <script src= "<?php echo base_url('js/bootstrap.min.js'); ?>" ></script> </body> </html> |