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