generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
head.html
31 lines (29 loc) · 1.13 KB
/
head.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
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="/scripts/aem.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<!-- Aldevron styles -->
<link rel="stylesheet" href="/styles/Typo.css" />
<link rel="stylesheet" href="/styles/template.css" />
<link rel="stylesheet" href="/styles/responsive.css" />
<link rel="stylesheet" href="/styles/gcse.css" />
<link rel="stylesheet" href="/styles/styles_2020.css" />
<link rel="stylesheet" href="/styles/list.css" />
<script type="application/ld+json">
{ "@context" : "https://schema.org",
"@type" : "Organization",
"name" : "Aldevron LLC",
"alternateName" : "Aldevron",
"url" : "https://www.aldevron.com/",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"addressLocality": "Fargo, North Dakota, USA",
"postalCode": "58104",
"streetAddress": "4055 41st Avenue South"
},
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
} ] }
</script>