html 模板的index.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

解析模板“/index.html”时出错,模板可能不存在或可能无法被任何已配置的模板解析器访问

HTML index.html模板,包含960 gs和jquery

如何在 Angular 的 index.html 中放置组件/模板占位符?

如何在 Django 应用程序中使用来自预制 index.html 模板和 css 的相对路径?

html “index.html”模板 - Blade / Laravel / PHP(后端)AngularJS / RequireJS / Mimosa(前端)

图像没有显示在 index.html 上,我正在 Django 中编辑酒店模板,只是基础知识