-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedia.html
56 lines (48 loc) · 1.06 KB
/
Media.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="media.css" type="text/css">
<title>Media Home</title>
</head>
<body>
<section>
<article>
<p>
</p>
<footer>
</footer>
</article>
</section>
<button class="subscribe">
SUBSCRIBE
</button>
<button class="join">
JOIN
</button>
<button class="tweet">
TWEETER
</button>
<button class="uber">
Request now
</button>
<button class="amazon">
Add to cart
</button>
<tr>
<td>
<button class="bootstrap">
Get started
</button>
<button class="bootstrapd">
download
</button>
<button class="linkedin">
Apply on company webssite
</button>
<aside>
</aside>
<footer>
</footer>
</body>
</html>