Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
|
| 13 |
<dialog id="post-dialog">
|
| 14 |
<button class="close-btn" id="close-dialog">×</button>
|
|
|
|
| 15 |
<div id="post-content"></div>
|
| 16 |
</dialog>
|
| 17 |
|
|
|
|
| 12 |
|
| 13 |
<dialog id="post-dialog">
|
| 14 |
<button class="close-btn" id="close-dialog">×</button>
|
| 15 |
+
<h2 id="dialog-title"></h2>
|
| 16 |
<div id="post-content"></div>
|
| 17 |
</dialog>
|
| 18 |
|