-
Notifications
You must be signed in to change notification settings - Fork 0
/
newReview.htm
33 lines (31 loc) · 895 Bytes
/
newReview.htm
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
32
33
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="main_theme.css" >
</head>
<body>
<h1>Virtual Tea Club</h1>
<p style="position:relative; right:100px; bottom: 130px;">
<a href="tea_log.htm" title="log cup of tea">
<img src="add_tea_button.png" alt="log tea">
</a><br>
<a href="review_tea.htm" title="review a type of tea">
<img src="review_tea_link.png" alt="review tea">
</a><br>
<a href="bucket_list.htm" title="tea bucket list">
<img src="bucket_list_link.png" alt="bucket list">
</a><br>
<a href="welcome_page.htm">
logout
</a>
</p>
<h3 style="color:white;">Reviews:</h3>
<fieldset style="position:relative; right: 100px; bottom: 400px; border: 10px solid pink; color: white;">
<legend>user-guest</legend>
<p>
Earl Grey, Twinings <br>
Pretty nice!
</p>
</fieldset>
</body>