Software /
code /
prosody-modules
Comparison
mod_welcome_page/html/index.html @ 4200:e92441e8bda0
mod_welcome_page/html: Fix closing div tag!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 14 Oct 2020 17:47:58 +0200 |
parent | 4192:1be37846314a |
child | 4202:af93644dd5de |
comparison
equal
deleted
inserted
replaced
4199:7c632d7b1f52 | 4200:e92441e8bda0 |
---|---|
47 {var.links&{var.links# | 47 {var.links&{var.links# |
48 <a class="btn btn-{item.class?secondary} btn-lg mb-2" href="{item.href}" role="button">{item.text}</a> | 48 <a class="btn btn-{item.class?secondary} btn-lg mb-2" href="{item.href}" role="button">{item.text}</a> |
49 }} | 49 }} |
50 | 50 |
51 {var.webchat&<p class="pt-2">Already have an account here? <a href="{var.webchat}">Log in via the web chat</a></p>} | 51 {var.webchat&<p class="pt-2">Already have an account here? <a href="{var.webchat}">Log in via the web chat</a></p>} |
52 <div> | 52 </div> |
53 | 53 |
54 <script src="/share/jquery/jquery.min.js"></script> | 54 <script src="/share/jquery/jquery.min.js"></script> |
55 <script src="/share/bootstrap4/js/bootstrap.min.js"></script> | 55 <script src="/share/bootstrap4/js/bootstrap.min.js"></script> |
56 </body> | 56 </body> |
57 </html> | 57 </html> |