Files
ingress_migrate_annotations/templates/report.html
2026-01-05 13:15:49 +09:00

21 lines
371 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Migration Report</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div class="container">
<h1>Migration Report</h1>
<div class="card">
<pre>{{ content }}</pre>
</div>
<div class="card actions-row">
<button class="btn" onclick="history.back()">Back</button>
</div>
</div>
</body>
</html>