mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
ab978399ff
- update Mac installer design - update installer as per latest design and content - fix outlet connection issues in installer pane - Redesign Symphony installer for Windows - Fix spacing issue in installer - Fix launch Symphony action - add new design for mac installer - Fix typo from Advanced Installer to Advance Settings - Add test script to unpacked-mac - added font family for macOS in intro page - update font family
17 lines
436 B
HTML
17 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Thanks for downloading Symphony</title>
|
|
</head>
|
|
<body>
|
|
<br/>
|
|
<br/>
|
|
<p style="font-size: 13px; font-family: -apple-system, system-ui, BlinkMacSystemFont, sans-serif; color: rgba(0,0,0,1)">
|
|
Symphony allows you to:<br>
|
|
<ul>
|
|
<li>Collaborate securely</li>
|
|
<li>Communicate via messages, voice, and video</li>
|
|
<li>Connect with colleagues and coworkers</li>
|
|
</ul>
|
|
</body>
|
|
</html> |