aboutsummaryrefslogtreecommitdiff
path: root/private/foot.php
diff options
context:
space:
mode:
Diffstat (limited to 'private/foot.php')
-rw-r--r--private/foot.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/private/foot.php b/private/foot.php
new file mode 100644
index 0000000..a05f517
--- /dev/null
+++ b/private/foot.php
@@ -0,0 +1,9 @@
+<script>
+ console.log("Injecting Familine header")
+ document.body.innerHTML = document.body.innerHTML + "<iframe style=\"position:fixed;left:0;right:0;top:0;border: none;width: 100%;height:32px;\" src=\"https://familine.minteck.org/statusbar.php\"></iframe>";
+ document.getElementsByTagName("html")[0].style.marginTop = "32px";
+ document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)";
+</script>
+</body>
+
+</html> \ No newline at end of file