Skip to content

Commit

Permalink
updated /chat (fix ampersands)
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Feb 5, 2016
1 parent b3c39d0 commit 5119cae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chat/index.html
Expand Up @@ -5,17 +5,17 @@
<body>
<h2>My Discord Server</h2>
<div>
<iframe src="https://discordapp.com/widget?id=98612945000345600&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
<iframe src="https://discordapp.com/widget?id=98612945000345600&amp;theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
<h2>YouTuber Gamers</h2>
<p>Kind of ghost town right now, but <em>you</em> can fix that.</p>
<div>
<iframe src="https://discordapp.com/widget?id=98996659454775296&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
<iframe src="https://discordapp.com/widget?id=98996659454775296&amp;theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
<h2>Kerbal Warfare</h2>
<p>Used for organizing multiplayer Kerbal warfare.</p>
<p>(Will be) Used for organizing multiplayer Kerbal warfare.</p>
<div>
<iframe src="https://discordapp.com/widget?id=115597534726062086&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
<iframe src="https://discordapp.com/widget?id=115597534726062086&amp;theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
</body>
</html>

0 comments on commit 5119cae

Please sign in to comment.