diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-03-04 21:27:36 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-03-04 21:27:36 +0100 |
commit | 04b08da9af0c450d645ab7389d1467308cfc2db8 (patch) | |
tree | db247935fa4f2f94408edc3acd5d0d4f997aa0d8 /doc/root.html | |
parent | 917c5fb8ec48e22459d77e3849e6d388f93d3260 (diff) | |
download | golang-upstream/1.1_hg20130304.tar.gz |
Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304
Diffstat (limited to 'doc/root.html')
-rw-r--r-- | doc/root.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/root.html b/doc/root.html index 3b92229cb..34915c025 100644 --- a/doc/root.html +++ b/doc/root.html @@ -53,11 +53,11 @@ simple, reliable, and efficient software. <div id="gopher"></div> <a href="/doc/install" id="start"> -<div class="big">Download Go</div> -<div class="desc"> +<span class="big">Download Go</span> +<span class="desc"> Binary distributions available for<br> Linux, Mac OS X, Windows, and more. -</div> +</span> </a> </div> @@ -68,8 +68,7 @@ Linux, Mac OS X, Windows, and more. <div id="video"> <div class="rootHeading">Featured video</div> -<a class="title" href="http://www.youtube.com/watch?v=Mo1YKpIF1PQ">Building integrated apps on Google's cloud platform with Go</a> -<iframe width="415" height="241" src="http://www.youtube.com/embed/Mo1YKpIF1PQ" frameborder="0" allowfullscreen></iframe> +<iframe width="415" height="241" src="http://www.youtube.com/embed/ytEkHepK08c" frameborder="0" allowfullscreen></iframe> </div> </div> @@ -86,10 +85,8 @@ Linux, Mac OS X, Windows, and more. <div style="clear: both;"></div> <script type="text/javascript" src="https://www.google.com/jsapi"></script> -<script type="text/javascript" src="/doc/play/playground.js"></script> <script type="text/javascript"> google.load("feeds", "1"); -google.load("jquery", "1.7.1"); function feedLoaded(result) { if (result.error) { @@ -124,7 +121,6 @@ function init() { // Set up playground. playground({ - "simple": true, "codeEl": "#learn .code", "outputEl": "#learn .output", "runEl": "#learn .run", |