aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/info.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r--app/view/templates/info.php23
1 files changed, 12 insertions, 11 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php
index bcfc2c8..9a5357e 100644
--- a/app/view/templates/info.php
+++ b/app/view/templates/info.php
@@ -10,26 +10,27 @@
<main class="info">
-<nav>
+<nav class="info">
<div class="block">
+ <div class="scroll">
- <h2>Version</h2>
-
- <?= $version ?>
+ <h2>Version</h2>
+ <?= $version ?>
- <h2>Links</h2>
- <ul>
- <li><a href="https://github.com/vincent-peugnet/wcms" target="_blank">🐱‍👤 Github</a></li>
- <li><a href="https://w-cms.top" target="_blank">🌵 Website</a></li>
- </ul>
+ <h2>Links</h2>
- <h2>Manual Summary</h2>
+ <ul>
+ <li><a href="https://github.com/vincent-peugnet/wcms" target="_blank">🐱‍👤 Github</a></li>
+ <li><a href="https://w-cms.top" target="_blank">🌵 Website</a></li>
+ </ul>
- <?= $summary ?>
+ <h2>Manual Summary</h2>
+ <?= $summary ?>
+ </div>
</div>
</div>
</nav>