add pink space to tree pages

This commit is contained in:
りき萌 2025-07-15 21:55:41 +02:00
parent 57528fc7a8
commit e4d830cc7a
3 changed files with 17 additions and 16 deletions

View file

@ -21,23 +21,9 @@
<body> <body>
{{> components/_sidebar.hbs }} {{> components/_sidebar.hbs }}
{{~> components/_doc.hbs }} {{~> components/_doc.hbs }}
{{~> components/_pink_space.hbs }}
<footer class="pink-space">
<p class="copyright">copyright © riki moe / リキ萌, 2025</p>
<pre class="meow"> \ /
| \__/ |
\ / \ / ___
--| _ _ |-- =_ \
/ `------` \ \ \
| \ | |
| \ _/ |
/ | / _/
| \ / _/
| |__/
\-,,-,,--/</pre>
</footer>
<th-overlays></th-overlays> <th-overlays></th-overlays>
<th-command-line></th-command-line> <th-command-line></th-command-line>

View file

@ -21,8 +21,8 @@
<body> <body>
{{> components/_sidebar.hbs }} {{> components/_sidebar.hbs }}
{{~> components/_tree.hbs }} {{~> components/_tree.hbs }}
{{~> components/_pink_space.hbs }}
<th-overlays></th-overlays> <th-overlays></th-overlays>
<th-command-line></th-command-line> <th-command-line></th-command-line>

View file

@ -0,0 +1,15 @@
<footer class="pink-space">
<p class="copyright">copyright © riki moe / リキ萌, 2025</p>
<pre class="meow"> \ /
| \__/ |
\ / \ / ___
--| _ _ |-- =_ \
/ `------` \ \ \
| \ | |
| \ _/ |
/ | / _/
| \ / _/
| |__/
\-,,-,,--/</pre>
</footer>