Skip to content

Commit

Permalink
another error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jul 14, 2016
1 parent ffe2fb1 commit 1d881e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions misc.moon
Expand Up @@ -6,18 +6,15 @@ class extends lapis.Application
@html ->
h2 "My Discord Server"
div ->
iframe src: "https://discordapp.com/widget?id=98612945000345600&theme=dark",
width: 350, height: 500, allowtransparency: true, frameborder: 0
iframe src: "https://discordapp.com/widget?id=98612945000345600&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0
h2 "YouTuber Gamers"
p ->
text "Kind of ghost town right now, but "
em "you"
text " can fix that."
div ->
iframe src: "https://discordapp.com/widget?id=98996659454775296&theme=dark",
width: 350, height: 500, allowtransparency: true, frameborder: 0
iframe src: "https://discordapp.com/widget?id=98996659454775296&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0
h2 "Kerbal Warfare"
p "(Will be) Used for organizing multiplayer Kerbal warfare."
div ->
iframe src: "https://discordapp.com/widget?id=115597534726062086&theme=dark",
width: 350, height: 500, allowtransparency: true, frameborder: 0
iframe src: "https://discordapp.com/widget?id=115597534726062086&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0

0 comments on commit 1d881e8

Please sign in to comment.