Skip to content

Commit

Permalink
Adding message to signout page. #542
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Dec 9, 2015
1 parent b18659e commit c236e69
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion web-server/templates/slycat-logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
margin-top: 28%%;
}

.increased-security {
text-align: center;
margin-bottom: 40px;
font-size: 24px;
}
.increased-security a {
color: black;
text-decoration: none;
cursor: default;
}

.return-home {
text-align: center;
margin-top: 1%%;
Expand All @@ -40,8 +51,19 @@

<body>
<div class="not-found">
You have been successfully signed out.
You have been signed out.
</div>

<!--
let's remove this statement once we figure out how to fix the issue with using back button after signing out:
https://github.com/sandialabs/slycat/issues/542#issuecomment-162709221
-->
<div class="increased-security">
Please
<a href="http://www.theonion.com/blogpost/after-checking-your-bank-account-remember-to-log-o-32260">close</a>
your browser window for increased security.
</div>

<div class="return-home">
<a href="/">Slycat Homepage</a>
</div>
Expand Down

0 comments on commit c236e69

Please sign in to comment.