mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-05 13:45:25 -06:00
15 lines
708 B
HTML
15 lines
708 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>About</title>
|
|
</head>
|
|
<body style="margin: 0; height: 100%; font-family: sans-serif;">
|
|
<div class="content" style="text-align: center; display: flex; flex-direction: column; padding-top: 20px">
|
|
<img class="logo" src="symphony-logo.png" style="margin: auto;">
|
|
<span id="app-name" class="name" style="flex: 1; font-size: 1.3em; padding: 10px; font-weight: bold;">Symphony</span>
|
|
<span id="version" class="version-text" style="flex: 1; font-size: 1em; color: #2f2f2f;"></span>
|
|
<span id="copyright" class="copyright-text" style="flex: 1; padding: 10px; font-size: 0.6em; color: #7f7f7f;"></span>
|
|
</div>
|
|
</body>
|
|
</html> |