Last active
December 6, 2017 07:49
-
-
Save navdeepsingh/f6bcc5e3720dab484f4da487ad1aa405 to your computer and use it in GitHub Desktop.
HTML5 PWA Template Ref: https://paymentrequest.show/
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="description" content="A site that demonstrates the Payment Request API."> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | |
<title>Payment Request API | Demo & Info</title> | |
<link rel="manifest" href="/manifest.json"> | |
<link rel="shortcut icon" href="images/favicon.ico"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | |
<link rel="stylesheet" href="styles/material.indigo-pink.min.css"> | |
<link rel="stylesheet" href="styles/main.css"> | |
<script src="/service-worker-registration.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment