Upgrade to v1.15
This commit is contained in:
+20
-22
@@ -3,42 +3,40 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Riot</title>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="vector-icons/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="vector-icons/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="vector-icons/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="vector-icons/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="vector-icons/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="vector-icons/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="vector-icons/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="vector-icons/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="vector-icons/apple-touch-icon-180x180.png">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="vector-icons/apple-touch-icon-57x57.4bf468f.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="vector-icons/apple-touch-icon-60x60.85233d3.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="vector-icons/apple-touch-icon-72x72.d028099.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="vector-icons/apple-touch-icon-76x76.3c0cfb0.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="vector-icons/apple-touch-icon-114x114.4aee22f.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="vector-icons/apple-touch-icon-120x120.75d66b7.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="vector-icons/apple-touch-icon-144x144.6e5f577.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="vector-icons/apple-touch-icon-152x152.cab4406.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="vector-icons/apple-touch-icon-180x180.e6a28d9.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="shortcut icon" href="vector-icons/favicon.ico">
|
||||
<link rel="shortcut icon" href="vector-icons/favicon.4535157.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Riot">
|
||||
<meta name="application-name" content="Riot">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="vector-icons/mstile-144x144.png">
|
||||
<meta name="msapplication-config" content="vector-icons/browserconfig.xml">
|
||||
<meta name="msapplication-TileImage" content="vector-icons/mstile-144x144.6e5f577.png">
|
||||
<meta name="msapplication-config" content="vector-icons/browserconfig.e54b06e.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/riot-im-logo-1.png" />
|
||||
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/riot-im-logo-black-text.png" />
|
||||
|
||||
<link rel="stylesheet" href="bundles/c2932262ed6106cd4535/bundle.css">
|
||||
<link rel="stylesheet" href="bundles/23de62a7a965ffa277af/bundle.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/c2932262ed6106cd4535/theme-light.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/23de62a7a965ffa277af/theme-light.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/c2932262ed6106cd4535/theme-dark.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Status" href="bundles/c2932262ed6106cd4535/theme-status.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/23de62a7a965ffa277af/theme-dark.css">
|
||||
|
||||
</head>
|
||||
<body style="height: 100%;">
|
||||
<section id="matrixchat" style="height: 100%;"></section>
|
||||
<section id="matrixchat" style="height: 100%; overflow: auto;"></section>
|
||||
<noscript>Sorry, Riot requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
|
||||
<script>
|
||||
window.vector_indexeddb_worker_script = 'bundles/c2932262ed6106cd4535/indexeddb-worker.js';
|
||||
window.vector_indexeddb_worker_script = 'bundles/23de62a7a965ffa277af/indexeddb-worker.js';
|
||||
</script>
|
||||
<script src="bundles/c2932262ed6106cd4535/bundle.js"></script>
|
||||
<img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
|
||||
<script src="bundles/23de62a7a965ffa277af/bundle.js"></script>
|
||||
<img src="img/warning.05cc423.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
|
||||
<audio id="messageAudio">
|
||||
<source src="media/message.ogg" type="audio/ogg" />
|
||||
<source src="media/message.mp3" type="audio/mpeg" />
|
||||
|
||||
Reference in New Issue
Block a user