기능 추가
This commit is contained in:
@@ -1,2 +1,20 @@
|
||||
<h2>Migration Report</h2>
|
||||
<pre>{{ content }}</pre>
|
||||
<!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>
|
||||
|
||||
Reference in New Issue
Block a user