diff --git a/view/include/head.php b/view/include/head.php
index cb5c4b9..82f3408 100644
--- a/view/include/head.php
+++ b/view/include/head.php
@@ -17,4 +17,15 @@ function printDateTime(datetime) {
var evtm = new Date(parseInt(datetime*1000)).toLocaleString([], {year: 'numeric', month: 'short', day: '2-digit', hour: '2-digit', minute:'2-digit'})
document.write(evtm)
}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/view/include_studio/head.php b/view/include_studio/head.php
index d9fafe7..b763220 100644
--- a/view/include_studio/head.php
+++ b/view/include_studio/head.php
@@ -22,4 +22,15 @@ function printDateTime(datetime) {
-
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file