mixsy/index.pug

29 lines
1000 B
Plaintext
Raw Normal View History

2020-07-03 13:57:07 +00:00
doctype html
html(lang="en-gb")
head
meta(content="text/html;charset=utf-8" http-equiv="Content-Type")
title mixsy
2020-07-03 14:21:16 +00:00
style
include style.css
2020-07-03 13:57:07 +00:00
body
#container.centre
h1 mixsy
p combine #[a(href="https://ledoux.itch.io/bitsy") bitsy] games
.row.top
#main.square.left
h2 main
2020-07-03 14:15:16 +00:00
textarea#a(placeholder="Paste your main game data here...")
2020-07-03 13:57:07 +00:00
#additional.square.left
h2 additional
2020-07-03 14:15:16 +00:00
textarea#b(placeholder="Paste additional game data here...")
2020-07-03 13:57:07 +00:00
.row.middle
// todo have some kind of arrow here
button#merge.centre mix!
.row.bottom
.square.centre
h2 output
textarea#c
//- Note the usage of `type=module` here as this is an ES6 module -->
script(type="module")
include index.js