37 lines
954 B
HTML
37 lines
954 B
HTML
<!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> |