From d2733aa17b7932dfb78e97639e7d568ac41b9ee1 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:00:07 +0200 Subject: Let's finally commit stuff! --- _site/includes/dom/footer.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _site/includes/dom/footer.php (limited to '_site/includes/dom/footer.php') diff --git a/_site/includes/dom/footer.php b/_site/includes/dom/footer.php new file mode 100644 index 0000000..31b6cb8 --- /dev/null +++ b/_site/includes/dom/footer.php @@ -0,0 +1,8 @@ +<hr> + +<div class="container"> + <p># blogchain <a href="https://twitter.com/_Minteck" target="_blank">--twitter</a> <a href="https://github.com/Minteck/Blogchain-Software" target="_blank">--github</a>gi_</p> +</div> + +</body> +</html> \ No newline at end of file -- cgit