mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
14 lines
382 B
Handlebars
14 lines
382 B
Handlebars
<div id="save-project" class="save-project">
|
|
<button class="close-button">{{svg "x.svg" width="20" height="20"}}</button>
|
|
|
|
<h1>Save Project</h1>
|
|
|
|
<div class="save-project-configuration">
|
|
<h2>File Name</h2>
|
|
<input id="lpe-file-name" autocomplete="off" />
|
|
</div>
|
|
|
|
<div class="popup-actions">
|
|
<button class="default" id = "save-project-confirm">Save</button>
|
|
</div>
|
|
</div> |