We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9211ad commit 7bdd6d5Copy full SHA for 7bdd6d5
1 file changed
chat/chat.html
@@ -105,6 +105,20 @@
105
<body>
106
107
108
+ <chat-hdr component=grp>
109
+ <img slot=title src='images/chat.png' style='top:-10px;height:75px'>
110
+ <h1 slot=seo-hdr class=visually-hidden>
111
+ chat
112
+ </h1>
113
+ <h4 slot=version>
114
+ v1.0
115
+ </h4>
116
+ <time slot=date datetime=2026-03-01>
117
+ 01 Mar 2026
118
+ </time>
119
+ </chat-hdr>
120
+
121
122
<chat-room-tmp component=grp_root server='/chat' room=main></chat-room-tmp>
123
124
0 commit comments