-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoins.php
executable file
·44 lines (42 loc) · 1.11 KB
/
coins.php
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
<?php
include("header.php");
?>
<!--Buy billion -->
<div class="grid_14 push_1 home_para margin_top_20">
<img class="coins" src="http://www.coinnews.net/wp-content/uploads/2009/11/US-Bullion-Coins.jpg"/>
<script type="text/javascript" src="
http://www.gold-quote.net/TABLE2/gen.php?lang=e..."> </script>
<noscript> To get the <a href="http://www.gold-quote.net">gold price</a>,
please enable Javascript. </noscript>
<h3>Merit Financial sales bullion gold and silver products for just 1% of
our costs everyday.</h3>
<span>
Including:
</span>
<h4>
Gold
</h4>
<ul>
<li>Gold American Eagle (1 OZ)</li>
<li>Gold Canadian Maple Leaf (1 OZ)</li>
<li>Gold Kruggerand (1 OZ)</li>
<li>Gold Austrian Philharmonic</li>
<li>Gold Bar (1 OZ)</li>
<li>Gold Bar (10 OZ)</li>
</ul>
<h4>
Silver
</h4>
<ul>
<li>Silver American Eagle (1 OZ)</li>
<li>Silver Canadian Maple Leaf (1 OZ)</li>
<li>Silver Round (1 OZ)</li>
<li>Silver Bar (100 OZ)</li>
</ul>
<br/>
<br/>
<a class="tel" href="tel:+18008920827"> Call Today for Prices</a>
<a href="http://meritfinancial.com/"> See Live Prices!</a>
</div>
<div class="clear"></div>
<?php include("footer.php"); ?>