Ath
Create result.html
0197b48 verified
raw
history blame contribute delete
285 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Result</title>
</head>
<body>
<h1>Modified Text</h1>
<p>{{ modified_text }}</p>
<a href="/">Go Back</a>
</body>
</html>