Spaces:
Sleeping
Sleeping
Update templates/post.html
Browse files- templates/post.html +5 -0
templates/post.html
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>Schedule RSS Posts</title>
|
| 6 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
+
<script>
|
| 5 |
+
if (window.top !== window.self) {
|
| 6 |
+
window.top.location = window.location.href;
|
| 7 |
+
}
|
| 8 |
+
</script>
|
| 9 |
<meta charset="UTF-8">
|
| 10 |
<title>Schedule RSS Posts</title>
|
| 11 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|