You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
689 B
Plaintext
17 lines
689 B
Plaintext
2 years ago
|
<div>
|
||
|
<a href="/dashboard">
|
||
|
<img id="the-logo" src="/assets/images/global/fipamo-logo.svg"/>
|
||
|
</a>
|
||
|
</div>
|
||
|
<form id="init-restore" method="POST">
|
||
|
<input type="text" name="restore_member_handle" id="restore_member_handle" placeholder="handle"/><input type="password" name="restore_member_pass" id="restore_member_pass" placeholder="password"/>
|
||
|
<div>
|
||
|
<label>Grab your backup zip</label>
|
||
|
<input id="backup-upload" type="file" name="backup-upload" placeholder="Backup Zip"/>
|
||
|
</div>
|
||
|
<br/><br/>
|
||
|
<button id="blog-restore" data-action='blog-restore' type='submit'>RESTORE</button>
|
||
|
<br/><br/>
|
||
|
<button class="init-option" id="init-switch-fresh">OR INSTALL FROM SCRATCH</button>
|
||
|
</form>
|