This commit is contained in:
NGnius (Graham) 2024-05-10 23:28:50 -04:00
parent 9cd5879d22
commit 8211caf2f0
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
name = "not-decky-store"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -25,7 +25,7 @@ pub async fn decky_index(req: HttpRequest) -> impl Responder {
<body>
<h1>Not Decky Store</h1>
<h2>An alternate store implementation for Decky Loader</h2>
<h3>Maybe one day this page will display plugin in a human readable way...</h3>
<h3>Maybe one day this page will display plugins in a human readable way...</h3>
<br/>
<a href="/plugins">plugins</a>
| <a href="https://git.ngni.us/NG-SD-Plugins/not-decky-store">code</a>