diff --git a/assets/index.php b/assets/index.php
index d5f376f..ad1976f 100644
--- a/assets/index.php
+++ b/assets/index.php
@@ -6,11 +6,12 @@
$lib->init();
$section = 1;
-?>
+
+ echo '
-
-
+' .
+ file_get_contents("/var/www/furatalog-cdn/mainHead.html") . '
Assets - Furatalog.xyz
@@ -32,19 +33,19 @@
- printItemLists($section); ?>
+ ' . $lib->printItemLists($section) . '
- printNsfwCheck(); ?>
+ ' . $lib->printNsfwCheck() . '
- printScriptSec(); ?>
+ ' . $lib->printScriptSec() . '
-
+';
-
\ No newline at end of file