From 79db3cede2740e3179efae0c01c56588f9b3292c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 20 Dec 2018 15:09:44 -0500 Subject: Add deno logo to website. (#1380) --- website/deno_logo.png | Bin 0 -> 22719 bytes website/index.html | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 website/deno_logo.png diff --git a/website/deno_logo.png b/website/deno_logo.png new file mode 100644 index 000000000..24f62512e Binary files /dev/null and b/website/deno_logo.png differ diff --git a/website/index.html b/website/index.html index 7cb2480dc..fa641ad66 100644 --- a/website/index.html +++ b/website/index.html @@ -9,6 +9,8 @@
+ +

Deno

Deno is a program for executing JavaScript and TypeScript outside of the @@ -20,6 +22,8 @@

API Reference +

Deno standard modules +

Install Deno into ~/.deno/bin

 curl -L https://deno.land/x/install/install.py | python
@@ -46,8 +50,6 @@ And if you ever want to upgrade to the latest published version:
 file_server --reload
 
-Other Deno modules are served here. -

Execution time

This shows how much time total it takes to run a few simple deno programs: -- cgit v1.2.3