html login message is taken from html file in res

This commit is contained in:
Jakub Trllo 2019-01-21 14:18:56 +01:00
parent 9572ac4fa6
commit d402314eaf
2 changed files with 55 additions and 42 deletions

View file

@ -0,0 +1,32 @@
<html>
<style type="text/css">
body {
background-color: #333;
text-align: center;
color: #ccc;
margin-top: 200px;
}
h1 {
font-family: "DejaVu Sans";
font-size: 36px;
margin: 20px 0;
}
h3 {
font-weight: normal;
font-family: "DejaVu Sans";
margin: 30px 10px;
}
em {
color: #fff;
}
</style>
<body>
<h1>Sign in to Ftrack was successful</h1>
<h3>
You signed in with username <em>{}</em>.
</h3>
<h3>
You can close this window now.
</h3>
</body>
</html>