mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-03 01:15:46 -07:00
Modified views so you don't need to scroll
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<h1>Zwift Launcher</h1>
|
||||
<h2>Sign up</h2>
|
||||
<h1>Sign up</h1>
|
||||
<form id="signup" action="{{ url_for('signup') }}" method="post">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<h1>Zwift Launcher</h1>
|
||||
<h2>Logged in as {{ username }} ({{ name }})</h2>
|
||||
<h1>Logged in as {{ username }} ({{ name }})</h1>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user