This commit is contained in:
unknown
2018-11-12 16:00:22 +00:00
parent 9047da9149
commit 67e1fca68e

View File

@@ -86,6 +86,9 @@
<label for="exampleFormControlTextarea1">Input Text</label> <label for="exampleFormControlTextarea1">Input Text</label>
<textarea class="form-control" id="text" rows="5" placeholder="Secret Message"></textarea> <textarea class="form-control" id="text" rows="5" placeholder="Secret Message"></textarea>
</div> </div>
<div class="form-group progress">
<div class="progress-bar" role="progressbar" id="progressbar" style="width: 100%"></div>
</div>
<button type="button" onclick="encryptDecryptFunction()" class="btn btn-primary">Encrypt</button> <button type="button" onclick="encryptDecryptFunction()" class="btn btn-primary">Encrypt</button>
</div> </div>
<div class="col-sm"> <div class="col-sm">