View specialized-universal-links.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
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- https://www.bootstrapcdn.com/ --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> | |
</head> | |
<body style="font-size: 18pt;"> |
View post-archive-script.sh
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
################################################################################################################################################# | |
# post-archive-script.sh | |
# | |
# The purpose of this script is to create a universal binary for your framework | |
# Also - if there is a problem with steps in this script, then it should be | |
# easy to debug! Other scripts that this is based off of aren't so easy to debug. | |
# | |
################################################################################################################################################# | |
View comment directives
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
<!doctype html> | |
<html> | |
<head> | |
<!-- directive: head-comment-directive --> | |
<element-directive></element-directive> | |
</head> | |
<body ng-app="angularHeadApp"> | |
<!-- directive: body-comment-directive --> | |
Head Comment Parent Node: {{headCommentParentName}}<br /> |