mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-03 01:15:46 -07:00
12 lines
372 B
HTML
12 lines
372 B
HTML
<html>
|
|
<head>
|
|
<title>Loading Zwift</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid">
|
|
<h1>Loading Zwift...</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|