mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Change version and add new page
This commit is contained in:
parent
62aca28ad6
commit
365caaeed0
1 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,9 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Gallery</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/favorite">Favorite</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/settings">Settings</a>
|
||||
</li>
|
||||
|
@ -33,7 +36,7 @@
|
|||
</nav>
|
||||
<img src="/static/image/icons/favicon.png" alt="EveryNasa-banner" id="banner" width="120">
|
||||
<p id="title">EveryNasa</p>
|
||||
<p id="version">Version 2.2</p>
|
||||
<p id="version">Version 2.3</p>
|
||||
<p id="description" style="margin-top: -0.5%;">Automatic space wallpaper from Nasa</p>
|
||||
<p id="dev" style="margin-top: 1%;">Copyright 2022 Redume</p>
|
||||
<p id="license" style="margin-top: -0.3%;">This program is licensed under the <a href="https://github.com/Redume/EveryNasa/blob/main/LICENSE">APACHE</a>, version 2.</p>
|
||||
|
@ -53,5 +56,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
|
||||
<script src="/static/scripts/tooltip.js" type="application/javascript"></script>
|
||||
<script src="/static/scripts/analytics.js" type="module"></script></body>
|
||||
<script src="/static/scripts/analytics.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue