blob: c74428696422098da1986351dd2e7f1bf46d590b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?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"; ?>
|