SymphonyElectron/js/aboutApp/about-app.html
2017-09-27 11:13:50 +05:30

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>