1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

Add deno logo to website. (#1380)

This commit is contained in:
Ryan Dahl 2018-12-20 15:09:44 -05:00 committed by GitHub
parent 419000d556
commit 79db3cede2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

BIN
website/deno_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -9,6 +9,8 @@
</head> </head>
<body> <body>
<main> <main>
<img src="deno_logo.png" width=150 />
<h1>Deno</h1> <h1>Deno</h1>
<p>Deno is a program for executing JavaScript and TypeScript outside of the <p>Deno is a program for executing JavaScript and TypeScript outside of the
@ -20,6 +22,8 @@
<p> <a href="typedoc/index.html">API Reference</a> <p> <a href="typedoc/index.html">API Reference</a>
<p><a href="https://github.com/denoland/deno_std">Deno standard modules</a>
<p>Install Deno into ~/.deno/bin <p>Install Deno into ~/.deno/bin
<pre> <pre>
curl -L https://deno.land/x/install/install.py | python 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 file_server --reload
</pre> </pre>
<a href="https://deno.land/x/">Other Deno modules are served here.</a>
<h2>Execution time</h2> <h2>Execution time</h2>
This shows how much time total it takes to run a few simple deno programs: This shows how much time total it takes to run a few simple deno programs: