imseldrith commited on
Commit
df9b993
·
1 Parent(s): be7d0e1

Create paraphase.html

Browse files
Files changed (1) hide show
  1. templates/paraphase.html +9 -0
templates/paraphase.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <!-- templates/paraphrase.html -->
2
+ <html>
3
+ <head>
4
+ <title>Paraphrased Text</title>
5
+ </head>
6
+ <body>
7
+ <h1>Paraphrased Text</h1>
8
+ <p>Original Text: {{ original_text }}</p>
9
+