Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Side by Side Diff: appengine_apps/chromium_status/templates/static_blob_upload_form.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {% extends "base.html" %}
2
3 {% block content %}
4 <form action="{{upload_url}}" method="POST" enctype="multipart/form-data">
5 Upload File:
6 <input type="file" name="file"><br>
7 <input type="submit" name="submit" value="Submit">
8 </form>
9 {% endblock %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698