added contact info and links to header
This commit is contained in:
parent
37eea918d9
commit
807ad242de
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html><html><head><!-- lodash--><script src="includes/lodash.min.js"></script><!-- jquery--><script src="includes/jquery.min.js"></script><!-- croppie--><link rel="stylesheet" href="includes/croppie.css"><script src="includes/croppie.js"></script><!-- main stuff--><link rel="stylesheet" type="text/css" href="includes/style.css"><script src="includes/script.js"></script></head><body><h1>image-to-bitsy</h1><p>convert any image to a bitsy room</p><div class="section" id="game-data"><h2>game data</h2><textarea id="bitsy-data" placeholder="Bitsy data or html">default game data
|
||||
<!DOCTYPE html><html><head><!-- lodash--><script src="includes/lodash.min.js"></script><!-- jquery--><script src="includes/jquery.min.js"></script><!-- croppie--><link rel="stylesheet" href="includes/croppie.css"><script src="includes/croppie.js"></script><!-- main stuff--><link rel="stylesheet" type="text/css" href="includes/style.css"><script src="includes/script.js"></script></head><body><h1>image-to-bitsy</h1><p>convert any image to a bitsy room</p><p><a href="https://github.com/synth-ruiner/bitsy-image-to-room">about</a> | please contact me if you have any issues: <a href="https://twitter.com/synth_ruiner">twitter</a> | <a href="mailto:max@tinybird.info">email</a></p><div class="section" id="game-data"><h2>game data</h2><textarea id="bitsy-data" placeholder="Bitsy data or html">default game data
|
||||
|
||||
# BITSY VERSION 4.5
|
||||
|
||||
|
|
13
index.pug
13
index.pug
|
@ -16,11 +16,22 @@ html
|
|||
script(src="includes/script.js")
|
||||
body
|
||||
h1 image-to-bitsy
|
||||
p convert any image to a bitsy room
|
||||
p
|
||||
| convert any image to a
|
||||
a(href="https://ledoux.itch.io/bitsy") bitsy
|
||||
| room
|
||||
p
|
||||
a(href="https://github.com/synth-ruiner/bitsy-image-to-room") about
|
||||
| | please contact me if you have any issues:
|
||||
a(href="https://twitter.com/synth_ruiner") twitter
|
||||
| |
|
||||
a(href="mailto:max@tinybird.info") email
|
||||
|
||||
#game-data.section
|
||||
h2 game data
|
||||
|
||||
//-p please back up your game before proceeding
|
||||
|
||||
textarea#bitsy-data(placeholder="Bitsy data or html")
|
||||
include includes/default.bitsy
|
||||
|
||||
|
|
Loading…
Reference in New Issue