Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created October 29, 2020 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FirefoxMetzger/dab29c711b8bd4cf2137273be4205f9e to your computer and use it in GitHub Desktop.
Save FirefoxMetzger/dab29c711b8bd4cf2137273be4205f9e to your computer and use it in GitHub Desktop.
relative path (from project root) to file: ./web/protected/index.html
<!DOCTYPE html>
<html>
<head>
<title>Simple App</title>
</head>
<body>
<p>This content is protected, and can't be seen without being logged in.</p>
<button onclick="location.href='/sso/logout';" id="myButton" class="float-left submit-button" >Logout</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment