mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
a0f67c22da
* textsecure/master: (26 commits) v1.21.0 v1.21.0-beta.4 Dark Theme: Preserve blue background on app loading screen Localization updates Fix width of audio player when window is very narrow A number of small fixes for Link Previews Get rid of the white flash when the app starts up (#3083) v1.21.0-beta.3 Lint fixes Introduce new language: NB Fail over to all numbers in retry if errors don't have numbers Use the proper method for pulling attachments off disk for retry Fix rendering bug with verified state in updateVerified() Update electron-builder and electron-updater Ensure that dialog pops up when permissions denied for voice note Lint fixes Large update to localization strings Link Previews Ensure that blocked messages are dropped even after sealed sender Don't linkify quoted message contents ... # Conflicts: # .github/PULL_REQUEST_TEMPLATE.md # _locales/cs/messages.json # background.html # config/default.json # index.html # js/models/conversations.js # js/modules/web_api.js # js/settings_start.js # js/views/conversation_view.js # js/views/settings_view.js # package.json # protos/SignalService.proto # stylesheets/_index.scss # stylesheets/_settings.scss
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html class='no-js' lang='en'>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta content='width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0' name='viewport'>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Signal</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href='/images/loki/loki_icon_128.png' rel='shortcut icon'>
|
|
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="js/chromium.js"></script>
|
|
</head>
|
|
<body id="signal-container" class='signal index'>
|
|
<div class='app-loading-screen'>
|
|
<div class='content'>
|
|
<img src='/images/loki/loki_icon_128.png'>
|
|
<div class='container'>
|
|
<span class='dot'></span>
|
|
<span class='dot'></span>
|
|
<span class='dot'></span>
|
|
</div>
|
|
<div class='message'></div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="js/index.js"></script>
|
|
</body>
|
|
</html>
|