Fix typo
This commit is contained in:
parent
9cd5879d22
commit
8211caf2f0
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "not-decky-store"
|
name = "not-decky-store"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ pub async fn decky_index(req: HttpRequest) -> impl Responder {
|
||||||
<body>
|
<body>
|
||||||
<h1>Not Decky Store</h1>
|
<h1>Not Decky Store</h1>
|
||||||
<h2>An alternate store implementation for Decky Loader</h2>
|
<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/>
|
<br/>
|
||||||
<a href="/plugins">plugins</a>
|
<a href="/plugins">plugins</a>
|
||||||
| <a href="https://git.ngni.us/NG-SD-Plugins/not-decky-store">code</a>
|
| <a href="https://git.ngni.us/NG-SD-Plugins/not-decky-store">code</a>
|
||||||
|
|
Loading…
Reference in a new issue