summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:33:52 +0100
committerAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:33:52 +0100
commit2bf4652f55e6a101eabc7c2dd0414fcfdd175c83 (patch)
treee511d15da7bf21604e981535541853d3b68a0b27 /blog.html
parent33e70fafab726a89f0550c29a4e87a9bce791ae4 (diff)
maybe now?
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html25
1 files changed, 8 insertions, 17 deletions
diff --git a/blog.html b/blog.html
index 2f25145..36dadd2 100644
--- a/blog.html
+++ b/blog.html
@@ -20,25 +20,16 @@
Launch demo modal
</button>
-<!-- Modal -->
-<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
- <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" id="myModalLabel">Modal title</h4>
- </div>
- <div class="modal-body">
- ...
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
- <button type="button" class="btn btn-primary">Save changes</button>
- </div>
- </div>
+<!-- The Modal -->
+<div id="myModal" class="modal">
+
+ <!-- Modal content -->
+ <div class="modal-content">
+ <span class="close">&times;</span>
+ <p>Some text in the Modal..</p>
</div>
-</div>
+</div>
</body>
</html>