Skip to content

Commit

Permalink
added XCredsLoginPlugIn/errorpage.html
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed May 3, 2023
1 parent 91fb7f3 commit 7bf66a3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions XCredsLoginPlugIn/errorpage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<style>
.center-screen {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
}
</style>
</head>
<body>
<div class="center-screen">
<h1>Trial or License Expired</h1>
<p>please visit twocanoes.com for more information</p>
</div>
</div>
</body>
</html>

0 comments on commit 7bf66a3

Please sign in to comment.