mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(html) add doctype and fix HTML errors
* Changed render mode to standard compliant and adjusted CSS accordantly. * Fixed HTML errors, removed XHTML reminiscences and whitespace. * Added doctype and fixed a few HTML errors. * The input field speakerStatsSearch overflows the dialog box. Added missing box-sizing. Co-authored-by: Bo Frederiksen <bo.frederiksen@semaphor.dk>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
<!--#include virtual="/title.html" -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
<!--#include virtual="/title.html" -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
<!--#include virtual="/title.html" -->
|
||||
<script><!--#include virtual="/interface_config.js" --></script>
|
||||
<script src="static/close.js"></script>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
<!--#include virtual="/title.html" -->
|
||||
<script><!--#include virtual="/interface_config.js" --></script>
|
||||
<script src="static/close.js"></script>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
|
||||
<!doctype html>
|
||||
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<title>Jitsi login</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!--#include virtual="/base.html" -->
|
||||
<!--#include virtual="/title.html" -->
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<!--#include virtual="/head.html" -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!--#include virtual="/base.html" -->
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/html">
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<!--#include virtual="/base.html" -->
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
<link rel="stylesheet" href="css/all.css">
|
||||
<!--#include virtual="/title.html" -->
|
||||
</head>
|
||||
<body>
|
||||
@@ -12,11 +13,11 @@
|
||||
<p class ='unsupported-desktop-browser__description'>
|
||||
We recommend to try with the latest version of
|
||||
<a
|
||||
className = 'unsupported-desktop-browser__link'
|
||||
href = 'https://www.google.com/chrome/' >Chrome</a> or
|
||||
class='unsupported-desktop-browser__link'
|
||||
href='https://www.google.com/chrome/' >Chrome</a> or
|
||||
<a
|
||||
class = 'unsupported-desktop-browser__link'
|
||||
href = 'https://www.chromium.org/'>Chromium</a>
|
||||
class='unsupported-desktop-browser__link'
|
||||
href='https://www.chromium.org/'>Chromium</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<template id="settings-toolbar-additional-content-template"></template>
|
||||
<template id="settings-toolbar-additional-content-template"></template>
|
||||
@@ -1 +1 @@
|
||||
<template id = "welcome-page-additional-card-template"></template>
|
||||
<template id="welcome-page-additional-card-template"></template>
|
||||
@@ -1 +1 @@
|
||||
<template id = "welcome-page-additional-content-template"></template>
|
||||
<template id="welcome-page-additional-content-template"></template>
|
||||
Reference in New Issue
Block a user