generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
504a34d
commit 6874d64
Showing
1 changed file
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<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"/> | ||
<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> |