Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created March 23, 2011 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjlafrance/882885 to your computer and use it in GitHub Desktop.
Save wjlafrance/882885 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="StealthBot.css" />
<title>StealthBot 3 - TestUser @ Azeroth in Channel "Op x86" (Mockup)</title>
</head>
<body>
<div class="chat">
<span class="info">Welcome to StealthBot 3.0. This is a web design mockup by Joe[x86].</span><br />
<span class="error">This is an error from the Battle.net server.</span><br />
<span class="info">This is info from the Battle.net server.</span><br />
<span class="username">TestUser</span><span class="message">Hello world!</span><br />
</div>
<div class="channel">
<p class="header">Op x86</p>
<p class="username">x86</p>
<p class="username">joe[x86]</p>
<p class="username">iago[x86]</p>
<p class="username">Newby[x86]</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment