a
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user