mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Resolved conflicts with the previous pull request
This commit is contained in:
14
views/popups/save-project.hbs
Normal file
14
views/popups/save-project.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user