aboutsummaryrefslogtreecommitdiff
path: root/tulpa
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
committerMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
commitef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch)
treeff074b29a7a87c3ccfc3b10741bbe30cb28e103e /tulpa
parente3a79df6428799024eac64e9cffbb062317aeb95 (diff)
downloadmain-trunk.tar.gz
main-trunk.tar.bz2
main-trunk.zip
Bye furriesHEADtrunk
Diffstat (limited to 'tulpa')
-rw-r--r--tulpa/index.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/tulpa/index.php b/tulpa/index.php
deleted file mode 100644
index c744286..0000000
--- a/tulpa/index.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php $_TITLE = "Minteck and tulpamancy";
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-
-<div class="container" style="min-height: 100vh;">
- <br>
- <br>
- <br>
- <br>
- <br>
-
- <h2 style="text-align:center;">Welcome to the darkest of dark places!</h2>
- <p style="text-align: center;">This is a page that tracks my progress on <a
- href="https://www.tulpa.info/what-is-a-tulpa/">creating a tulpa</a>. This is mostly for me but you can feel free to visit it too ^^</p>
-
- <br>
-
- <div id="bar-outer" class="container" style="width:100%;height:32px;">
- <span id="bar-inner"
- style="display:inline-block;background:#252525;height:32px;width:100%;border-radius:10px;">
- <span id="bar-progress"
- style="display:inline-block;background:#858585;height:32px;width:50%;border-top-left-radius:10px;border-bottom-left-radius:10px;"></span>
- </span>
- </div>
-</div>
-
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>