summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/modal.html
blob: fd36b24ce90a0842f174c17b9e44e820b227dc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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">&times;</span></button>
        <h4 class="modal-title">Ist gleich fertig!</h4>
      </div>
      <div class="modal-body">
        <p>Für gewöhnlich dauert es ungefähr ~35 Sekunden, bis die Webseite veröffentlicht wird. Bitte geh nicht weg. Diese Seite aktualisiert sich automatisch, du musst nichts tun&hellip;</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 -->