annotate wowhead/wowhead.html @ 7:c89423660272
Fixed execute of 'go' cmd to work in all cases.
author |
Atul Varma <varmaa@toolness.com> |
date |
Fri, 27 Mar 2009 16:43:18 -0700 |
parents |
a2715827c482 |
children |
ce299b866e9a |
rev |
line source |
0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6 <link rel="commands" href="wowhead.js"/>
|
|
7 <title>Wowhead Ubiquity Command</title>
|
|
8 </head>
|
|
9 <body>
|
|
10 Hi there.
|
|
11 </body>
|
|
12 </html>
|