mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-04 02:11:11 -07:00
16 lines
428 B
HTML
16 lines
428 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Test Fixture - Result</title>
|
|
</head>
|
|
<body>
|
|
<h1 id="result-heading">Multi-Step Complete</h1>
|
|
<p id="result-message">You have completed all steps successfully.</p>
|
|
<div id="completion-status">
|
|
<span id="status-badge">✓ Complete</span>
|
|
</div>
|
|
<a href="/index.html" id="home-link">Back to Home</a>
|
|
</body>
|
|
</html>
|