5 khung html mẫu - PhucVM2019/frontEnd GitHub Wiki

<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv=”Content-Type” content=”text/html; charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="Description" CONTENT="">
    <meta name="robots" content="index,follow">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/png" href="">
    <title>Home</title>
	
    <!-- CDN JQUERY UI-->
    <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
    <link rel="stylesheet" href="public/css/globale.css">
    <link rel="stylesheet" href="public/css/globale.respomsive.css">
</head>
<body>
   
	<header class="pvm-header">
		<div class="container pvm-fix-container">
			<p>this is header -- tạo menu và slider ở mục này</p>
		</div>
	</header>

	<section class="pvm-content-data">
		<div class="container pvm-fix-container">
			//chia thành các div nhỏ theo nội dung website
		</div>
	</section>

	<div class="pvm-footer" id="footter">
		<div class="container pvm-fix-container">
			<p>this is footer - phan liên hệ các thứ :))</p>
		</div>
	</div>

    <!-- CDN JQUERY -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <!-- CDN JQUERY UI-->
    <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
    <!-- Latest compiled and minified JavaScript -->
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
    <!-- Slider https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html -->
    <script src="public/js/globale.js"></script>
    <script>
          <!-- JS Mau-->
         //2019-07-22 15:35:38 PhucVM
         function $$(id) { return document.getElementById(id); }
         (function () {
             selfSearch = this;
	     this.initHandlers = function () {
	          //code
	     }
	
	     this.initForm = function () {
                this.initHandlers();
             } 
	     this.initForm();
        })();
    </script>
</body>
</html>
⚠️ **GitHub.com Fallback** ⚠️