mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-08 20:30:53 -07:00
16 lines
423 B
HTML
16 lines
423 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Test Fixture - Form Result</title>
|
|
</head>
|
|
<body>
|
|
<h1 id="result-heading">Form Submitted Successfully</h1>
|
|
<p id="result-message">Thank you for your submission.</p>
|
|
<div id="submitted-data">
|
|
<p>Your form data has been received.</p>
|
|
</div>
|
|
<a href="/index.html" id="home-link">Back to Home</a>
|
|
</body>
|
|
</html>
|