Skip to content

Commit

Permalink
Moved version number to end of button menu line.
Browse files Browse the repository at this point in the history
  • Loading branch information
billmaya committed Apr 13, 2024
1 parent aa038cb commit 03de024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
Storytron 2 v0.1<br><br>
<input id="storyworld-name" type="text" size="90" placeholder="Storyworld Name">
<button id="download-storyworld type="button" onclick="downloadStoryworld()">Download Storyworld</button>
<button id="upload-storyworld" type="button" onclick="uploadStoryworld()">Upload Storyworld</button> |
<button id="save-storyworld" type="button" disabled>Save Storyworld</button>
<button id="load-storyworld" type="button" disabled>Load Storyworld</button> |
<button id="load-sample-storyworld" type="button" onclick="loadSampleStoryworld()">Load Sample Storyworld</button></p>
<button id="load-sample-storyworld" type="button" onclick="loadSampleStoryworld()">Load Sample Storyworld</button></p> | v0.1
<div class="wrapper">
<div id="list-commands-area">
<button id="move-storylet-up" type="button" onclick="moveStoryletUp()" disabled>&#x25B2;</button>
Expand Down

0 comments on commit 03de024

Please sign in to comment.