added favicon
BiRabittoh andronacomarco@gmail.com
Fri, 29 Mar 2024 16:32:46 +0100
2 files changed,
3 insertions(+),
2 deletions(-)
M
README.md
→
README.md
@@ -8,10 +8,10 @@ First, you need a save file, either of the two formats will work.
Then, you can just use `curl`: ``` -curl localhost:1111 -F file=@savefile.sav > savefile.dsv +curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.sav > savefile.dsv ``` The conversion works both ways. ``` -curl localhost:1111 -F file=@savefile.dsv > savefile.sav +curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.dsv > savefile.sav ```
M
templates/index.html
→
templates/index.html
@@ -5,6 +5,7 @@ <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💾</text></svg>"> <title>NDS Converter</title> <style> body, a {