зеркало из https://github.com/twbs/bootlint.git
33 строки
1.2 KiB
HTML
33 строки
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Test</title>
|
|
<link rel="stylesheet" href="../../../node_modules/qunit/qunit/qunit.css">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<script src="../../node_modules/jquery/dist/jquery.min.js"></script>
|
|
<script src="../../node_modules/qunit/qunit/qunit.js"></script>
|
|
<script src="../../dist/browser/bootlint.js"></script>
|
|
<script src="generic-qunit.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span12"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qunit"></div>
|
|
<ol id="bootlint">
|
|
<li data-lint="Found one or more uses of outdated Bootstrap v2 `.spanN` grid classes"></li>
|
|
<li data-lint="Only columns (`.col-*-*`) may be children of `.row`s"></li>
|
|
</ol>
|
|
</body>
|
|
</html>
|