Added Basic Template for the movies and tv reviews
This commit is contained in:
@ -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>Movie Reviews</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="MainView">
|
||||||
|
<h1>Movie 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>
|
||||||
@ -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>
|
||||||
Reference in New Issue
Block a user