mirror of
https://github.com/Mibew/mibew.git
synced 2025-07-26 22:56:23 +03:00
Use HTML5 doctype
This commit is contained in:
parent
dc9577ff6a
commit
2babe69fbb
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}>
|
||||
<!DOCTYPE html>
|
||||
<html xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||
<meta charset="utf-8">
|
||||
<title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title>
|
||||
<link rel="shortcut icon" href="{{asset "@CurrentStyle/images/favicon.ico"}}" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="{{asset "@CurrentStyle/chat.css"}}" media="all" />
|
||||
@ -60,4 +60,4 @@
|
||||
</div>
|
||||
{{/block}}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user