-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDrugPrice.html
38 lines (38 loc) · 1.51 KB
/
DrugPrice.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
<!doctype HTML>
<html class="no-js">
<head>
<meta name="google-site-verification" content="0lUfW3iKGs-Yxtjj_51y-o2nG6Q3KDK2qMt1bGa5qGY" />
<meta charset=utf-8>
<title>Medicines at best price</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="third_party/css/bootstrap.css">
<link rel="stylesheet" href="third_party/css/mysite.css">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="This shop is awesome.">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "DrugCost",
"name": "Drugs Cost Comparison",
"applicableLocation": {
"@type": "AdministrativeArea",
"branchCode": "560076"
},
"costCategory": {
"@type": "DrugCostCategory::ReimbursementCap",
"Retail": "80",
"WholeSale": "50"
},
"costCurrency": "USD",
"costOrigin": "Medicare Part B",
"costPerUnit": 2,
"drugUnit": "10",
"image": [
"https://www.leannebrown.com/wp-content/uploads/2016/12/up-close-pear-cake.jpg"
]
}
</script>
</head>
</html>