зеркало из https://github.com/twbs/bootlint.git
28 строки
1.1 KiB
HTML
28 строки
1.1 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>
|
|
<span class="glyphicon-asterisk"></span>
|
|
|
|
<div id="qunit"></div>
|
|
<ol id="bootlint">
|
|
<li data-lint="Found elements with a `.glyphicon-*` class that were missing the additional required `.glyphicon` class."></li>
|
|
</ol>
|
|
</body>
|
|
</html>
|