From e06454342cf6aef2bf8049b56dd6cc1146a00bfc Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 25 Apr 2015 20:33:19 -0400 Subject: [PATCH] Initial checkin --- index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++ starter-template.css | 8 +++++ 2 files changed, 94 insertions(+) create mode 100644 index.html create mode 100644 starter-template.css 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; +}