-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create demo publication for newsletter CTA. (#3589)
* update runetime * adding newsletter demo site * merge conflicts * revert stash * text update * add verification file --------- Co-authored-by: justinchou-google <justinchou-google@users.noreply.github.com>
- Loading branch information
1 parent
e8d1809
commit b575826
Showing
3 changed files
with
51 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
google-site-verification: googleed500e982279499d.html |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" | ||
content="IE=edge"> | ||
<meta name="viewport" | ||
content="width=device-width, initial-scale=1.0"> | ||
<title>Newsletter CTA - Swgjs Demos</title> | ||
<link rel="shortcut icon" | ||
href="images/favicon.png" | ||
type="image/x-icon"> | ||
|
||
<link rel="stylesheet" | ||
href="demos.css"> | ||
|
||
<script async | ||
type="application/javascript" | ||
src="/examples/sample-pub/redirect-to/swg-basic.js"></script> | ||
|
||
<script> | ||
(self.SWG_BASIC = self.SWG_BASIC || []).push(basicSubscriptions => { | ||
basicSubscriptions.init({ | ||
type: "NewsArticle", | ||
isPartOfType: ["Product"], | ||
isPartOfProductId: "CAowvrHZCw:openaccess", | ||
clientOptions: { theme: "dark", lang: "en" }, | ||
}); | ||
}); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div class="content"> | ||
<article> | ||
<h2>Newsletter CTA</h2> | ||
|
||
<p> | ||
Macaroon chocolate wafer cake chocolate cake gummies soufflé lollipop pie. Cheesecake cotton | ||
candy macaroon caramels pie. | ||
</p> | ||
</article> | ||
</div> | ||
|
||
<script src="demos.js"></script> | ||
</body> | ||
|
||
</html> |