-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
31 lines (31 loc) · 939 Bytes
/
project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>SPRB - %TITLE</title>
<link href="../style.css" rel=stylesheet />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="See reviews for %TITLE.">
</head>
<body>
<div class=container>
<header><h1>Scratch Project Review Board</h1> <h3><a href="/">Home</a></h3></header>
</div>
<card class="image"><img src='https://cdn2.scratch.mit.edu/get_image/project/%ID_480x360.png' height="80%" width="80%"/></card>
<div class=container>
<card class="main">
<h1 class=gameTitle>%TITLE</h1>
<h2>Created by <a href="https://scratch.mit.edu/users/%AUTHOR">%AUTHOR</a></h2>
<h2>Released %DATE</h2>
<h2>Description:</h2>
<al>%DESC</al>
<rating>
<span style="color: green">%RATING</span> / 100
</rating>
(view project on <a href="https://scratch.mit.edu/projects/%ID">Scratch</a>)
</card>
</div>
<br />
<h4>Reviews</h4>
%REVIEWS
</body>
</html>