Updated window title

This commit is contained in:
Kiran Niranjan
2017-09-27 11:21:22 +05:30
committed by GitHub
parent bc447a641e
commit 99ea90db02

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>About</title> <title>About Symphony</title>
</head> </head>
<body style="margin: 0; height: 100%; font-family: sans-serif;"> <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"> <div class="content" style="text-align: center; display: flex; flex-direction: column; padding-top: 20px">
@@ -12,4 +12,4 @@
<span id="copyright" class="copyright-text" style="flex: 1; padding: 10px; font-size: 0.6em; color: #7f7f7f;"></span> <span id="copyright" class="copyright-text" style="flex: 1; padding: 10px; font-size: 0.6em; color: #7f7f7f;"></span>
</div> </div>
</body> </body>
</html> </html>