diff options
Diffstat (limited to 'intern.gospeladlershof.de/modal.html')
| -rw-r--r-- | intern.gospeladlershof.de/modal.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/modal.html b/intern.gospeladlershof.de/modal.html new file mode 100644 index 0000000..584c5b2 --- /dev/null +++ b/intern.gospeladlershof.de/modal.html @@ -0,0 +1,16 @@ +<div id="deploymodal" class="modal fade" tabindex="-1" role="dialog"> + <div class="modal-dialog" role="document"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + <h4 class="modal-title">Ist gleich fertig!</h4> + </div> + <div class="modal-body"> + <p>Für gewöhnlich dauert es ungefähr ~6 Sekunden, bis die Webseite veröffentlicht wird. Diese Seite aktualisiert sich automatisch, du musst nichts tun…</p> + </div> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">Okay</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> |
