mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-03 01:15:46 -07:00
Update upload.html
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
<body>
|
||||
<h1>zoffline Launcher</h1>
|
||||
<h2>Logged in as {{ username }}</h2>
|
||||
<p>Upload <strong>profile.bin</strong> or <strong>strava_token.txt</strong></p>
|
||||
<p>{{ name }}</p>
|
||||
<table border=0 cellpadding=5>
|
||||
<tr><td>profile.bin</td><td>{{ profile }}</td></tr>
|
||||
<tr><td>strava_token.txt</td><td>{{ token }}</td></tr>
|
||||
</table>
|
||||
<p>Upload file</p>
|
||||
<form method="POST" action="/upload/{{ username }}/" enctype="multipart/form-data">
|
||||
<p><input type="file" name="file"></p>
|
||||
<p><input type="submit" value="Submit"></p>
|
||||
|
||||
Reference in New Issue
Block a user