diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/website/index.html b/website/index.html index f56a312ee..fc69f257b 100644 --- a/website/index.html +++ b/website/index.html @@ -2,20 +2,23 @@ <!DOCTYPE html> <html> <head> - <title>deno</title> + <title>Deno</title> <link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css"> <link rel="stylesheet" href="style.css"> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> </head> <body> <main> - <h1>deno</h1> + <h1>Deno</h1> + + <p>Deno is program for executing JavaScript and TypeScript outside of the + web browser. <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> - <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Intro</a> - <p> <a href="typedoc/index.html">TypeScript API</a> - <p> <a href="rustdoc/deno/index.html">Rust API</a> + <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Documentation</a> + + <p> <a href="typedoc/index.html">API Reference</a> <h2>Execution time</h2> This shows how much time total it takes to run a few simple deno programs: |