Skip to content

Commit

Permalink
Fix: Updated frontend UI (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 12, 2024
1 parent 62eb66d commit ba0d5b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MovieVerse-Frontend/html/article.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{article.title}}</title>
</head>
<body>
<header>
<h1>{{article.title}}</h1>
<p>Written by: {{article.author}}</p>
</header>
<article>
<p>{{article.content}}</p>
</article>
</body>
</html>

0 comments on commit ba0d5b5

Please sign in to comment.