diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-22 00:31:02 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-22 00:31:02 +0200 |
commit | 81437ab51e59a22a961c9a83a7b8af606ec6e4ff (patch) | |
tree | 9e5b5c4da62a68c73f654ea6192cdaf6c5d61650 /index.php | |
parent | d28682067406f3f79de25c94dfb51d00c41e4123 (diff) | |
download | main-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.tar.gz main-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.tar.bz2 main-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.zip |
Add webring
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; ?>
|