diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-10 11:23:23 -0500 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-10 18:13:48 +0100 |
| commit | 904c69c4c654e4b55fd2f46a063dc995cbe00e41 (patch) | |
| tree | ac0a7f2623f9f66a58e19705f7465ddf1b7f0807 /website | |
| parent | cca3a9562bc41744a8fdb4fd8b185505ca9af1c3 (diff) | |
Add some links to website
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> |
