Added Basic Template for the movies and tv reviews

This commit is contained in:
2025-10-15 13:01:14 -05:00
parent fc14d9da22
commit 3719679fbb
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TV Show Reviews</title>
</head>
<body>
<div id="MainView">
<h1>TV Show Reviews by the Void System</h1>
<div class="reviewList">
<div class="reviewOveriew">
<div class="overviewHeader">
<h4>%TITLE%</h4>
<img src="" alt="">
</div>
<p></p>
</div>
</div>
</div>
</body>
</html>