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

Side by Side Diff: tools/android/loading/cloud/frontend/static/form.html

Issue 1878943013: tools/android/loading Add appengine frontend for Clovis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Add gitignore Created 4 years, 8 months 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
« no previous file with comments | « tools/android/loading/cloud/frontend/requirements.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="utf-8">
6 <title>Submmit</title>
7 </head>
8
9 <body>
10 <p> Select JSON file </p>
11 <form action="/form_sent" method="POST" enctype="multipart/form-data">
12 <input type="file" name="json_task"/>
13 <input type="submit" name="submit" value="Upload"/>
14 </form>
15 </body>
16
17 </html>
OLDNEW
« no previous file with comments | « tools/android/loading/cloud/frontend/requirements.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698