UNPKG
bootlint-gui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
A simple GUI for displaying bootlint errors and warnings
github.com/Textalk/bootlint-gui
bootlint-gui
/
example.html
12 lines
(11 loc)
•
312 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
bootlint GUI
</
title
>
<
link
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
rel
=
"stylesheet"
>
<
link
href
=
"dist/bootlint-gui.css"
rel
=
"stylesheet"
>
</
head
>
<
body
>
<
script
src
=
"dist/bootlint-gui.js"
>
</
script
>
</
body
>
</
html
>