diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 4 | ||||
-rw-r--r-- | website/style.css | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index 9f6e4b4bf..f1cbde49f 100644 --- a/website/index.html +++ b/website/index.html @@ -17,7 +17,7 @@ <img id="logo" src="images/deno_logo_3.svg" width=200> <div> <h1>Deno</h1> - A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio + A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio </div> </header> @@ -131,6 +131,8 @@ main();</code></pre> <p><a href="https://deno.land/x/">Module repository</a></p> + <p><a href="https://twitter.com/deno_land">Twitter Account</a></p> + <p> <a href="https://github.com/denoland/deno/blob/master/Releases.md" >Release notes</a diff --git a/website/style.css b/website/style.css index b00997e2c..824814a32 100644 --- a/website/style.css +++ b/website/style.css @@ -78,7 +78,7 @@ header { } header > * { - margin: 16px; + margin: 8px; } header h1 { |