Skip to content

Commit

Permalink
make logo a link
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Feb 13, 2014
1 parent ea8830d commit 3b2fa85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -656,7 +656,7 @@
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>
Expand Down

0 comments on commit 3b2fa85

Please sign in to comment.