aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9b922c5..ac724f3 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,7 @@
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
<video loop muted autoplay style="box-shadow: 0 0 20px #09092e;width: 100%;margin-top: 62px;margin-bottom: -6px;"><source src="/intro.mp4"></video>
+<a rel="me" href="https://mastodon.online/@minteck" style="display:none;">Mastodon</a>
<div style="color: white;z-index: 1;text-align: center;left: 0;right: 0;position: absolute;top: 132px;" id="intro">
<div class="container">
@@ -87,6 +88,10 @@
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/friends/home.php"; ?>
</div>
+ <div class="container">
+ <?php $_ftww_SiteName = "https://minteck.ro.lt"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/webring/FtechWebring.php"; ?>
+ </div>
+
<br>
</div>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>