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> | |
<link rel="stylesheet" href="styles.css"> | |
<title> | |
Countries We Ship Button | |
</title> | |
</head> | |
<body> |
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
/* A lot of the information can be learned from Shopify Polairs */ | |
/* Form elements use the default of the OS */ | |
html { | |
/* Load system fonts */ | |
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif; | |
/* Make type rendering look crisper */ | |
-webkit-font-smoothing: antialiased; |
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
AWSTemplateFormatVersion: '2010-09-09' | |
Description: Remediate a public S3 bucket by introducing CloudFront with Origin Access Control (OAC). | |
Parameters: | |
BucketName: | |
Type: String | |
Description: The name of the S3 bucket to remediate. | |
DistributionComment: | |
Type: String |
OlderNewer