working companion prototype

This commit is contained in:
2025-11-24 23:32:36 +01:00
parent e7978024d7
commit e2bea9a126
175 changed files with 23227 additions and 3519 deletions

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iRacing - Hosted Racing</title>
<link rel="stylesheet" href="common.css">
</head>
<body data-step="2">
<header class="header">
<div class="step-indicator" data-indicator="hosted-racing">
<span>Step</span>
<span class="current">2</span>
<span>of 18</span>
<span></span>
<span>Hosted Racing</span>
</div>
</header>
<main class="main">
<div class="center-content">
<h1 class="hero-title">Hosted Racing</h1>
<p class="hero-subtitle">Create and manage your own racing sessions</p>
<button
type="button"
class="btn btn-primary btn-large"
data-action="create"
onclick="window.location.href='step-03-create-race.html'"
>
Create a Race
</button>
</div>
</main>
</body>
</html>