mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-09-20 20:44:48 -04:00
Merge branch 'add_html_features' into 'main'
add lang attribute and meta viewport tag See merge request veilid/veilidchat!15
This commit is contained in:
commit
44ba5fcbb8
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
<base href="$FLUTTER_BASE_HREF">
|
<base href="$FLUTTER_BASE_HREF">
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||||
<meta name="description" content="VeilidChat">
|
<meta name="description" content="VeilidChat">
|
||||||
|
|
||||||
|
@ -71,4 +72,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue