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:
parent
419000d556
commit
79db3cede2
2 changed files with 4 additions and 2 deletions
BIN
website/deno_logo.png
Normal file
BIN
website/deno_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue