html 示例index.html模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 示例index.html模板相关的知识,希望对你有一定的参考价值。
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="path/to/main.css">
</head>
<body>
<p>Hello world!</p>
<script src="path/to/main.js"></script>
</body>
</html>
以上是关于html 示例index.html模板的主要内容,如果未能解决你的问题,请参考以下文章
html 模板的index.html
解析模板“/index.html”时出错,模板可能不存在或可能无法被任何已配置的模板解析器访问
HTML index.html模板,包含960 gs和jquery
如何在 Angular 的 index.html 中放置组件/模板占位符?
IBM Worklight - 无法在 Dojo 应用程序中加载 index.html
html “index.html”模板 - Blade / Laravel / PHP(后端)AngularJS / RequireJS / Mimosa(前端)