Skip to content

Commit

Permalink
here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 5, 2018
1 parent 4b0fc04 commit 05f8eda
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions misc.moon
Expand Up @@ -4,18 +4,21 @@ class extends lapis.Application
[games: "/games"]: =>
@title = "My Games"
@html ->
div class: "tile is-ancestor is-parent", ->
div class: "tile is-child is-6", -> -- Realms
iframe src: "https://itch.io/embed/163537?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- 300 Words to Save Your Ship
iframe src: "https://itch.io/embed/46307?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-ancestor", ->
div class: "tile, is-parent", ->
div class: "tile is-child is-6", -> -- Realms
iframe src: "https://itch.io/embed/163537?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- 300 Words to Save Your Ship
iframe src: "https://itch.io/embed/46307?linkback=true", width: 552, height: 167, frameborder: 0

div class: "tile is-child is-6", -> -- SCP Clicker
iframe src: "https://itch.io/embed/133080?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- Psychology
iframe src: "https://itch.io/embed/46311?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile, is-parent", ->
div class: "tile is-child is-6", -> -- SCP Clicker
iframe src: "https://itch.io/embed/133080?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- Psychology
iframe src: "https://itch.io/embed/46311?linkback=true", width: 552, height: 167, frameborder: 0

div class: "tile is-child is-6", -> -- RGB - The Color Chooser
iframe src: "https://itch.io/embed/50932?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- Opcode-Powered Shuttle
iframe src: "https://itch.io/embed/47156?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile, is-parent", ->
div class: "tile is-child is-6", -> -- RGB - The Color Chooser
iframe src: "https://itch.io/embed/50932?linkback=true", width: 552, height: 167, frameborder: 0
div class: "tile is-child is-6", -> -- Opcode-Powered Shuttle
iframe src: "https://itch.io/embed/47156?linkback=true", width: 552, height: 167, frameborder: 0

0 comments on commit 05f8eda

Please sign in to comment.