commit e06454342cf6aef2bf8049b56dd6cc1146a00bfc Author: Douglas Muth Date: Sat Apr 25 20:33:19 2015 -0400 Initial checkin diff --git a/index.html b/index.html new file mode 100644 index 0000000..06a8d30 --- /dev/null +++ b/index.html @@ -0,0 +1,86 @@ + + + + + + + + Bootstrap 101 Template + + + + + + + + + + + + + + +
+ +
+

Diceware Password Generator

+

+ Generate high-entropy passwords the easy way! +

+ + +
+
+ +

+ # of Dice to roll: +

+ +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+ + + + + + + + diff --git a/starter-template.css b/starter-template.css new file mode 100644 index 0000000..54799ad --- /dev/null +++ b/starter-template.css @@ -0,0 +1,8 @@ + +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +}