mixsy/index.pug

32 lines
1.1 KiB
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-08-23 11:36:46 +00:00
//- no favicon!! taken from: https://k1ss.org/blog/20191004a
<link href=data:, rel=icon>
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-08-23 15:36:27 +00:00
p.result
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-08-23 15:36:27 +00:00
p.result
2020-07-03 13:57:07 +00:00
.row.middle
2020-07-03 15:18:57 +00:00
img.centre(src="merge.png" alt="")
2020-07-03 13:57:07 +00:00
button#merge.centre mix!
.row.bottom
.square.centre
h2 output
textarea#c
script(type="module")
include index.js