diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 14:04:46 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 14:04:46 -0800 |
commit | 3b2fa85a952bbbe76c059697acda4253b60beaf3 (patch) | |
tree | 30e15dce1cb2640432e4d5dded332c1163909a52 | |
parent | ea8830dc5c54a65bd5587096c07935bf46688167 (diff) |
make logo a link
-rw-r--r-- | src/shell.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell.html b/src/shell.html index 03d6296d..4f907936 100644 --- a/src/shell.html +++ b/src/shell.html @@ -98,7 +98,7 @@ </head> <body> <!-- <img id='emscripten_logo' src="emscripten_cropped_logo.jpg" width=296 height=78> --> -<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="emscripten_logo" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" +<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><a href="http://emscripten.org"><svg version="1.1" id="emscripten_logo" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px" width="296px" height="78px" viewBox="420 120 100 170" enable-background="new 0 0 900 400" xml:space="preserve"><path fill="#E2E2E2" d="M256.023,135.437H196.36c-16.432,0-29.8,13.368-29.8,29.8v73.527c0,16.432,13.368,29.8,29.8,29.8h59.663 c16.433,0,29.801-13.368,29.801-29.8v-73.527C285.824,148.805,272.456,135.437,256.023,135.437z M191.561,165.236 @@ -656,7 +656,7 @@ SUVORK5CYII=" transform="matrix(0.24 0 0 0.24 243.7749 230.2217)"></image><g><ra c-3.664,0-8.18,3.578-11.077,6.135l-2.641,19.512c-0.171,1.363-0.171,1.534,1.107,1.704l4.26,0.597l-0.852,6.305h-23.347 l0.853-6.39l3.749-0.512c1.107-0.17,1.363-0.426,1.533-1.704l3.579-25.987c0.17-0.938,0-1.534-0.768-1.789l-4.175-1.534 l0.938-6.476h16.87l-0.937,6.987l0.255,0.085c4.771-4.09,9.373-7.924,16.02-7.924c6.475,0,9.798,3.322,10.054,10.139 - c0,1.363-0.085,3.067-0.341,4.687l-3.067,21.812c-0.171,1.363-0.171,1.534,1.022,1.704l4.26,0.597L722,221.7H703.596z"/></g></g></svg> + c0,1.363-0.085,3.067-0.341,4.687l-3.067,21.812c-0.171,1.363-0.171,1.534,1.022,1.704l4.26,0.597L722,221.7H703.596z"/></g></g></svg></a> <div class="spinner" id='spinner'></div> <div class="emscripten" id="status">Downloading...</div> |