HTML index.html模板,包含960 gs和jquery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML index.html模板,包含960 gs和jquery相关的知识,希望对你有一定的参考价值。
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[if IE]><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href="css/reset.css" rel="stylesheet" />
<link href="css/960_24_col.css" rel="stylesheet" />
<link href="css/text.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery.min.js"></script>
<!-- For the less-enabled mobile browsers like Opera Mini -->
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title> SITENAME </title>
<style>
</style>
</head>
<body>
</body>
</html>
html 模板的index.html
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Text text text">
<title>Title</title>
<link rel="stylesheet" href="css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="css/bootstrap-grid.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="http://site.ru/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://site.ru/favicon.ico" type="image/x-icon">
</head>
<body>
<section class="container-fluid banner d-flex align-items-center justify-content-center">
</section> <!-- end banner -->
<section class="container">
</section> <!-- end container -->
<footer>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>
以上是关于HTML index.html模板,包含960 gs和jquery的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Angular 的 index.html 中放置组件/模板占位符?
将 Web 模板与 Flask 集成 [重复]
web框架--tornado框架之模板引擎继承
jquery ajax get call 上的 django 视图呈现的错误 html 模板
HTML Web模板 - HTML,CSS和JS准备开始编码(1KB 960px mod,Yahoo Reset,jQuery,XHTML strict)
html 模板的index.html