Sha256: fb7d45c492badf667049ce4ef8238aa0939e04701f9bbadac64836db15298295
Contents?: true
Size: 919 Bytes
Versions: 31
Compression:
Stored size: 919 Bytes
Contents
<!DOCTYPE html> <head> <title>{{ store.name }} — {{ page.name }}</title> <meta charset="utf-8"> <meta name="description" content="{{ page.meta_description }}"> <meta name="keywords" content="{{ page.meta_keywords }}"> <link href="{{ theme | theme_css_url }}" media="screen" rel="stylesheet" type="text/css"> <script type="text/javascript" charset="utf-8"> function checkout() { if(top != self) { top.location.replace(self.location.href); } else { document.checkout_form.submit(); } } </script> {{ head_content }} </head> <body id="{{ page.permalink }}" class="{{ page.category }}" onload="checkout();"> <div> <h2>One moment...</h2> </div> {% checkoutform %} <noscript> <input type="submit" value="Checkout" /> </noscript> {% endcheckoutform %} </body> </html>
Version data entries
31 entries across 31 versions & 1 rubygems