15 lines
697 B
HTML
15 lines
697 B
HTML
<div class="my-4">
|
|
<div class="offset-2 col-8 p-3 context-main-bg">
|
|
<legend class="text-center">Import Bookmarks</legend>
|
|
<hr>
|
|
<form method="post" enctype="multipart/form-data">
|
|
<div class="offset-3 col-lg-6 my-4 text-center">
|
|
<label for="bookmark_file" class="col-lg-3 control-label">Import file (.html):</label>
|
|
<input type="file" name="bookmark_file" id="bookmark_file" accept=".html">
|
|
</div>
|
|
<div class="text-center">
|
|
<button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg center-block">Import</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div> |