mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
32 lines
723 B
HTML
32 lines
723 B
HTML
<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>
|