diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-11-21 22:24:11 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-11-21 22:24:11 -0600 |
commit | 86c099629fad439402a51f031e3cb5507bc92278 (patch) | |
tree | 5fba72f913b90c8f0067de5b102dde5274f16acf /docs/index.html | |
parent | 865c28415308f672450e4cdb11086aef4fefd75d (diff) | |
download | javanol-86c099629fad439402a51f031e3cb5507bc92278.tar.gz javanol-86c099629fad439402a51f031e3cb5507bc92278.tar.bz2 javanol-86c099629fad439402a51f031e3cb5507bc92278.zip |
Se añade semáforo (no funcional), acerca de, y ayuda (sin contenido)
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f19fbd3 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,13 @@ +<html> + <head> + <meta charset="utf-8"/> + <title>Javañol para RGG - Índice</title> + </head> + <body> + <h1>Javañol para RGG - Índice</h1> + <hr/> + <ul> + <li><a href="index.html">Índice</a></li> + </ul> + </body> +</html> |