-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathviewpp.php
More file actions
39 lines (38 loc) · 1.37 KB
/
viewpp.php
File metadata and controls
39 lines (38 loc) · 1.37 KB
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
34
35
36
37
38
39
<html>
<head>
<link rel="stylesheet" href="styles/style.css" />
<title></title>
</head>
<body>
<div id='glob_container'>
<div id='header'>
<h2>Sybil Crawley</h2><button id='follow_btn'>Follow</button>
<h4>Pinned January 16, 2012 at 11:29AM on <a href='board1.html'>Pools</a></h4>
</div>
<div id='main_content'>
<div id='pic'>
<img src='img.jpg' />
<p id='desc'>I love the tile work around this pool</p>
<p id='tags'><strong>Tags: architecture, pool, stone</strong></p>
</div>
<div id='likes'>
<img src='like.jpg' />
<p id='likers'><strong>Charles Carson, John Bates, and Anna Smith</strong></p>
<button id='like_btn'>Like!</button>
</div>
<div id='coms'>
<form action='viewpp.html' method='post'>
<textarea rows='4' cols='30' name='com' placeholder='Enter Comment'></textarea>
<input type='submit' id='post_btn' value='Post Comment' />
</form>
<div class='comment'>
<p><strong>Mary Crawley</strong><span class='comment-text'>Is that a hot tub in the corner?</span></p>
</div>
<div class='comment'>
<p><strong>Sybil Crawley</strong><span class='comment-text'>Why not!?</span></p>
</div>
</div>
</div>
</div>
</body>
</html>