UNPKG

bootlint-gui

Version:

A simple GUI for displaying bootlint errors and warnings

12 lines (11 loc) 312 B
<!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>