@sap/cli-core
Version:
Command-Line Interface (CLI) Core Module
21 lines (20 loc) • 469 B
HTML
<html>
<head>
<style id="antiClickjack">
body {
display: none ;
}
</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
</head>
<body>
Ops, something went wrong! Please try again.
</body>
</html>