mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-03 09:21:33 -07:00
16 lines
448 B
HTML
16 lines
448 B
HTML
<!doctype html5>
|
|
<html>
|
|
<head>
|
|
<title>zoffline Launcher</title>
|
|
</head>
|
|
<body>
|
|
<h1>zoffline Launcher</h1>
|
|
<h2>Logged in as {{ username }}</h2>
|
|
<p>Upload <strong>profile.bin</strong> or <strong>strava_token.txt</strong></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>
|
|
</form>
|
|
</body>
|
|
</html>
|