Add brand headings
This commit is contained in:
parent
99581b8300
commit
140946a34b
4
src/templates/converse_brand_heading.html
Normal file
4
src/templates/converse_brand_heading.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<div class="brand-heading">
|
||||||
|
<i class="icon-conversejs"></i>
|
||||||
|
<span class="brand-name">converse</span>
|
||||||
|
</div>
|
4
src/templates/inverse_brand_heading.html
Normal file
4
src/templates/inverse_brand_heading.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<span>
|
||||||
|
<h1 class="brand-heading"><i class="icon-conversejs"></i>inverse</h1>
|
||||||
|
<p class="brand-subtitle"><a href="https://conversejs.org">Open Source</a> XMPP chat client</p>
|
||||||
|
</span>
|
Loading…
Reference in New Issue
Block a user