diff options
Diffstat (limited to 'website')
| -rw-r--r-- | website/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/website/index.html b/website/index.html index f7e6a8d67..7adf1ad02 100644 --- a/website/index.html +++ b/website/index.html @@ -28,16 +28,21 @@ </tr> </table> - <p>Deno is a program for executing JavaScript and TypeScript outside of the - web browser. + <p>Deno is a secure JavaScript / TypeScript runtime built on V8 <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> + <p><a href="https://github.com/denoland/deno_std">github.com/denoland/deno_std</a> + + <p><a href="https://github.com/denoland/deno_install">github.com/denoland/deno_install</a> + + <p><a href="https://github.com/denoland/registry">github.com/denoland/registry</a> + <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Documentation</a> <p> <a href="typedoc/index.html">API Reference</a> - <p><a href="https://github.com/denoland/deno_std">Deno standard modules</a> + <p><a href="https://github.com/denolib/awesome-deno">Links to other Deno resources.</a> <h2>Getting started</h2> |
