This commit is contained in:
13
templates/index.html
Normal file
13
templates/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %} {% block title %}Subida{% endblock %} {% block content %}
|
||||
|
||||
<div class=container>
|
||||
<form class="list-group list-group-flush" action="api\/upload" method="POST" enctype="multipart/form-data">
|
||||
<div class="form-group">
|
||||
<label for="exampleFormControlFile1">Example file input</label>
|
||||
<input type="file" class="form-control-file" id="exampleFormControlFile1">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user