13 lines
394 B
HTML
13 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Content Generation Processing</title>
|
|
<meta http-equiv="refresh" content="5">
|
|
</head>
|
|
<body>
|
|
<h1>Content Generation Processing</h1>
|
|
<p>Your request for generating content on "{{ agenda }}" is being processed.</p>
|
|
<p>Task ID: {{ task_id }}</p>
|
|
<p>This page will refresh every 5 seconds to check the status.</p>
|
|
</body>
|
|
</html> |