-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (54 loc) · 2.22 KB
/
index.html
File metadata and controls
63 lines (54 loc) · 2.22 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Xatspace</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<header class="header">
<div class="header__logo">Marsh Graphics</div>
<nav class="header__nav">
<ul>
<li><a href="https://xat.com/editme" target="_blank">edit</a></li>
<li><a href="http://xat.com/rhb" target="_blank">xat</a></li>
<li><a href="http://xat.com/trade" target="_blank">trade</a></li>
<li><a href="http://xat.com/vto" target="_blank">xat ²</a></li>
</ul>
</nav>
</header>
<h1 class="main-title">Prices Below</h1>
<section class="pricing">
<div class="pricing-plan">
<h2 class="class-plan__title">Private Pcback</h2>
<p> <span class="pricing-plan__price">400 xats</span> / each</p>
<ul class="pricing-plan__features">
<li>1 Pcback</li>
<li>4k Image quality</li>
<li>100% original</li>
</ul>
<a href="https://www.flickr.com/photos/marshgraphics/" class="pricing-plan__cta" target="_blank">Click Here</a>
</div>
<div class="pricing-plan">
<h2 class="class-plan__title">Xat Pcback</h2>
<p> <span class="pricing-plan__price">500 xats</span> / each</p>
<ul class="pricing-plan__features">
<li>Background Inner & Outer</li>
<li>4k Image quality</li>
<li>100% original</li>
</ul>
<a href="https://www.flickr.com/photos/marshgraphics/" class="pricing-plan__cta" target="_blank">Click Here</a>
</div>
<!-- <div class="pricing-plan">
<h2 class="class-plan__title">Pcback</h2>
<p> <span class="pricing-plan__price">500 xats</span> / each</p>
<ul class="pricing-plan__features">
<li>1 Pcback</li>
<li>4k Image quality</li>
<li>100% original</li>
</ul>
<a href="https://www.flickr.com/photos/marshgraphics/" class="pricing-plan__cta" target="_blank">Click Here</a>
</div> -->
</section>
</body>
</html>