html HTML 5样板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html HTML 5样板相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="{{ Config::get('app.locale') }}">

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>
    @yield('title', 'Kazrupor')
    </title>
    <meta name="description" content="">
    <meta name="keywords" content="">

    <!-- CSS -->
    {!! HTML::style('//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css') !!}
    {!! HTML::style('assets/css/main.css') !!}

    <!-- Favicon -->
    <link rel="shortcut icon" href="{!! asset('assets/ico/favicon.ico') !!}" type="image/vnd.microsoft.icon" />

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
</head>

<body>



    <!-- external JS -->
    {!! HTML::script('//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js') !!}
    {!! HTML::script('//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js') !!}
</body>
</html>

以上是关于html HTML 5样板的主要内容,如果未能解决你的问题,请参考以下文章

html 反应html样板

html html样板文件

html html5样板 - 死简单

html Simlpe HTML样板文件

html 一些新文档的HTML样板

HTML html:样板