Create bootstrapconverter.html

This commit is contained in:
Owen Versteeg 2013-12-08 21:36:19 -05:00
parent 716cc41dd2
commit dc96918e7c

9
bootstrapconverter.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap to Min converter</title>
</head>
<body>
<textarea id="enteredHTML" placeholder="Enter your HTML here"></textarea>
</body>
</html>