From 896fa7c96856142f844d958b049d5432f511641c Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 4 Aug 2021 16:56:12 +0200 Subject: v2.0 --- _site/home/index.php | 101 ++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 49 deletions(-) (limited to '_site/home/index.php') diff --git a/_site/home/index.php b/_site/home/index.php index a17cb4b..6195510 100644 --- a/_site/home/index.php +++ b/_site/home/index.php @@ -1,50 +1,53 @@ - - -
-

Welcome to UnchainedTech!

-

If you want a blog that talks about unknown technology and whose authors do weird experiments with tech stuff, you've come to the right place!

-
- -
-
- $item): ?> - - -
"> -
-

-

- /article/">Read more - Unreleased"); - } else { - $dt = DateTime::createFromFormat('Ymd', $item["date"]); - echo($dt->format("M jS, Y")); - } - - ?> · by -
-
- - -
- - 3): ?> -

Also check out our older articles:

-
- $item): ?> - - = 3 && $index < 100): ?> - /article/" class="list-group-item list-group-item-action"> - - -
- 100): ?> -

Wait! There's more! Our older articles aren't listed here to save you some bytes of data. You can get to the complete list here.

- - -
- + + +
+

Welcome to UnchainedTech!

+

If you want a blog that talks about unknown technology and whose authors do weird experiments with tech stuff, you've come to the right place!

+
+ +
+
+ $item): ?> + + +
"> + + +
+ + +
+ + 3): ?> +

Also check out our older articles:

+
+ $item): ?> + + = 3 && $index < 100): ?> + /article/" class="list-group-item list-group-item-action"> + + +
+ 100): ?> +

Wait! There's more! Our older articles aren't listed here to save you some bytes of data. You can get to the complete list here.

+ + +
+ \ No newline at end of file -- cgit