Skip to content

Instantly share code, notes, and snippets.

@navdeepsingh
Last active December 6, 2017 07:49
Show Gist options
  • Save navdeepsingh/f6bcc5e3720dab484f4da487ad1aa405 to your computer and use it in GitHub Desktop.
Save navdeepsingh/f6bcc5e3720dab484f4da487ad1aa405 to your computer and use it in GitHub Desktop.
HTML5 PWA Template Ref: https://paymentrequest.show/
<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 &amp; 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&amp;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