updated 防止被iframe嵌套

This commit is contained in:
mumuy 2017-09-15 11:30:14 +08:00
parent e5d9f554ab
commit 80e7aaeb99

View File

@ -19,6 +19,11 @@
text-align: center;
}
</style>
<script>
if(window.top != window.self ) {
window.top.location = self.location.href
}
</script>
</head>
<body>
<div class="wrapper">