It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://mdwrite.net/rss/

  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <title>Meincke Lane - Markdown Write</title>
  8. <meta name="HandheldFriendly" content="True" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <script>
  11.        if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
  12.            document.querySelector('html').classList.add('dark');
  13.        } else {
  14.            document.querySelector('html').classList.remove('dark');
  15.        }
  16.    </script>
  17. <link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
  18. <noscript><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"></noscript>
  19. <link rel="stylesheet" type="text/css" href="/assets/styles/main.css?v=2cf478aaac" />
  20. <meta name="referrer" content="no-referrer-when-downgrade" />
  21. <meta property="og:site_name" content="Markdown Write" />
  22. <meta property="og:type" content="profile" />
  23. <meta property="og:title" content="Meincke Lane - Markdown Write" />
  24. <meta property="og:url" content="https://mdwrite.net/author/meincke-lane/" />
  25. <meta property="og:image" content="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400" />
  26. <meta property="article:publisher" content="https://www.facebook.com/ghost" />
  27. <meta name="twitter:card" content="summary_large_image" />
  28. <meta name="twitter:title" content="Meincke Lane - Markdown Write" />
  29. <meta name="twitter:url" content="https://mdwrite.net/author/meincke-lane/" />
  30. <meta name="twitter:image" content="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400" />
  31. <meta name="twitter:site" content="@ghost" />
  32. <meta property="og:image:width" content="400" />
  33. <meta property="og:image:height" content="400" />
  34. <link rel="alternate" type="application/rss+xml" title="Markdown Write" href="https://mdwrite.net/rss/" />
  35. <script defer src="https://unpkg.com/@tryghost/portal@~1.22.0/umd/portal.min.js" data-ghost="https://mdwrite.net/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
  36. .gh-post-upgrade-cta {
  37.    display: flex;
  38.    flex-direction: column;
  39.    align-items: center;
  40.    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  41.    text-align: center;
  42.    width: 100%;
  43.    color: #ffffff;
  44.    font-size: 16px;
  45. }
  46.  
  47. .gh-post-upgrade-cta-content {
  48.    border-radius: 8px;
  49.    padding: 40px 4vw;
  50. }
  51.  
  52. .gh-post-upgrade-cta h2 {
  53.    color: #ffffff;
  54.    font-size: 28px;
  55.    letter-spacing: -0.2px;
  56.    margin: 0;
  57.    padding: 0;
  58. }
  59.  
  60. .gh-post-upgrade-cta p {
  61.    margin: 20px 0 0;
  62.    padding: 0;
  63. }
  64.  
  65. .gh-post-upgrade-cta small {
  66.    font-size: 16px;
  67.    letter-spacing: -0.2px;
  68. }
  69.  
  70. .gh-post-upgrade-cta a {
  71.    color: #ffffff;
  72.    cursor: pointer;
  73.    font-weight: 500;
  74.    box-shadow: none;
  75.    text-decoration: underline;
  76. }
  77.  
  78. .gh-post-upgrade-cta a:hover {
  79.    color: #ffffff;
  80.    opacity: 0.8;
  81.    box-shadow: none;
  82.    text-decoration: underline;
  83. }
  84.  
  85. .gh-post-upgrade-cta a.gh-btn {
  86.    display: block;
  87.    background: #ffffff;
  88.    text-decoration: none;
  89.    margin: 28px 0 0;
  90.    padding: 8px 18px;
  91.    border-radius: 4px;
  92.    font-size: 16px;
  93.    font-weight: 600;
  94. }
  95.  
  96. .gh-post-upgrade-cta a.gh-btn:hover {
  97.    opacity: 0.92;
  98. }</style>
  99. <script defer src="/public/cards.min.js?v=2cf478aaac"></script><style>:root {--ghost-accent-color: #1d1aff;}</style>
  100. <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=2cf478aaac">
  101. </head>
  102. <body class="is-author has-cover is-head-transparent">
  103. <div class="simply-viewport flex flex-col justify-start">
  104. <header class="header js-header h-16 w-full text-sm flex items-center sticky top-0 z-20">
  105. <div class="header-wrap mx-auto flex items-center flex-auto px-4 w-full max-w-extreme">
  106. <div class="header-left mr-5 flex flex-none items-center">
  107. <a href="https://mdwrite.net" class="header-logo inline-block leading-none godo-tracking" data-event-category="Header" data-event-action="Logo" data-event-label="Click" data-event-non-interaction="true">
  108. <span class="text-3xl font-bold text-logo">Markdown Write</span>
  109. </a>
  110. </div>
  111. <nav class="header-center mainMenu relative flex items-center pr-5 flex-grow overflow-auto lg:overflow-visible">
  112. <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" class="nav hidden lg:flex whitespace-nowrap">
  113. <li itemprop="name">
  114. <a itemprop="url" href="https://mdwrite.net/" class="mainMenu-link godo-tracking h-16 flex items-center p-3 text-base text-header-link hover:text-primary" data-event-category="Header" data-event-action="Menu" data-event-label="Home" data-event-non-interaction="true">
  115. Home
  116. </a>
  117. </li>
  118. <li itemprop="name">
  119. <a itemprop="url" href="https://mdwrite.net/about/" class="mainMenu-link godo-tracking h-16 flex items-center p-3 text-base text-header-link hover:text-primary" data-event-category="Header" data-event-action="Menu" data-event-label="About" data-event-non-interaction="true">
  120. About
  121. </a>
  122. </li>
  123. </ul>
  124. </nav>
  125. <div class="header-right flex-none flex justify-end items-center">
  126. <a role="button" class="js-dark-mode button is-white items-center mr-2" aria-label="Dark and Light Mode">
  127. <svg class="icon icon--moon m-0" style="margin-right:calc(-0.5em - 1px)"><use xlink:href="#icon-moon"></use></svg>
  128. <svg class="icon icon--sunny m-0 hidden" style="margin-left:calc(-0.5em - 1px)"><use xlink:href="#icon-sunny"></use></svg>
  129. </a>
  130. <a href="javascript:;" role="button" aria-label="Toggle Search" class="js-modal-button godo-tracking hidden button is-white mr-2" data-target="modal-search" aria-haspopup="true" data-event-category="Header" data-event-action="Search" data-event-label="Click" data-event-non-interaction="true">
  131. <svg class="icon icon--search"><use xlink:href="#icon-search"></use></svg>
  132. </a>
  133. <a class="button is-white mr-2 text-sm font-medium hidden md:flex" href="/ghost/#/signin">Log in</a>
  134. <a class="button is-primary text-sm font-medium hidden md:flex" href="/ghost/#/signup/3fde">Write Now</a>
  135. <a href="javascript:;" role="button" aria-label="Show Navigation Menu" class="js-menu-toggle menu-burger button is-white relative lg:hidden"><span></span><span></span><span></span></a>
  136. </div>
  137. </div>
  138. </header>
  139. <div class="nav-mob fixed inset-0 pt-16 header-bg h-screen z-10 w-full text-center overflow-y-auto lg:hidden">
  140. <div class="nav-mob-wrap absolute inset-0 top-16 pt-5 flex flex-col">
  141. <div class="py-4 flex justify-center md:hidden">
  142. <a data-portal="signin" class="button mr-2 is-black text-sm font-medium" href="#">Log in</a>
  143. <a data-portal="account/plans" class="button is-primary text-sm font-medium" href="#">Subscribe</a>
  144. </div>
  145. <div class="py-4 flex-auto">
  146. <ul>
  147. <li>
  148. <a href="https://mdwrite.net/" class="block px-5 py-2 font-medium text-22 leading-tight">Home</a>
  149. </li>
  150. <li>
  151. <a href="https://mdwrite.net/about/" class="block px-5 py-2 font-medium text-22 leading-tight">About</a>
  152. </li>
  153. </ul>
  154. </div>
  155. <div class="js-social-media social-media nav-mob-social-media social-media is-inline py-4">
  156. <a class="godo-tracking p-2 inline-block hover:opacity-70" data-event-category="Header" data-event-action="Social" data-event-label="Facebook" data-event-non-interaction="true" title="Facebook ghost" aria-label="Facebook ghost" href="https://www.facebook.com/ghost" target="_blank" rel="noopener noreferrer">
  157. <svg class="icon icon--facebook"><use xlink:href="#icon-facebook"></use></svg>
  158. </a>
  159. <a class="godo-tracking p-2 inline-block hover:opacity-70" data-event-category="Header" data-event-action="Social" data-event-label="Twitter" data-event-non-interaction="true" title="Twitter @ghost" aria-label="Twitter @ghost" href="https://twitter.com/ghost" target="_blank" rel="noopener noreferrer">
  160. <svg class="icon icon--twitter"><use xlink:href="#icon-twitter"></use></svg>
  161. </a>
  162. </div> </div>
  163. </div>
  164. <main class="simply-main relative min-h-lg">
  165. <div class="simply-hero-cover author shadow flex items-center justify-center relative min-h-lg py-24 bg-dark">
  166. <img class="inset-image blur-up lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400 300w,
  167.            https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400 600w,
  168.            https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400 1000w,
  169.            https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400 2000w" data-sizes="auto" width="1200" height="628" alt="Meincke Lane" />
  170. <div class="simply-cover-gradient absolute inset-0 z-2 bg-black bg-opacity-50"></div>
  171. <article class="container relative flex flex-col text-center z-3 pt-16">
  172. <h1 class="cover-title text-4xl lg:text-5xl my-5 text-white">Meincke Lane</h1>
  173. <figure class="author-avatar relative mx-auto -order-1">
  174. <img class="w-52 h-52 rounded-full object-cover" src="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400" alt="Hi I&#x27;m Meincke Lane" />
  175. </figure>
  176. <div class="author-meta buttons justify-center">
  177. <a href="https://feedly.com/i/subscription/feed/https://mdwrite.net/author/meincke-lane/rss/" class="author-stats button bg-transparent opacity-70 hover:opacity-100 hover:text-white hover:bg-transparent text-white" target="_blank" rel="noopener noreferrer">
  178. <svg class="icon"><use xlink:href="#icon-rss"></use></svg>
  179. <span>2 posts</span>
  180. </a>
  181. </div>
  182. <div class="author-follow buttons justify-center mt-8">
  183. </div>
  184. </article>
  185. </div>
  186. <div class="site-post py-vmin8 px-4">
  187. <div class="js-feed-entry mx-auto max-w-1100 grid md:grid-cols-2 lg:grid-cols-3 gap-6">
  188. <article class="story js-story flex flex-col flex-grow relative mb-3">
  189. <figure class="story-image mb-5 h-52 relative border border-gray-300 bg-gray-200 overflow-hidden">
  190. <a href="https://meincke-lane.mdwrite.net/you-probably-see-coupons-every-day-of-your-life-however-you-probably-dont-use-all-of-them-you-may-not-even-use-one-that-is-probably-because-you-dont-realize-how-many-hundreds-1671897280/">
  191. <img class="story-img inset-image block blur-up lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://images.unsplash.com/photo-1568175548680-119155ab3e66?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 100w,
  192.                        https://images.unsplash.com/photo-1568175548680-119155ab3e66?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 300w,
  193.                        https://images.unsplash.com/photo-1568175548680-119155ab3e66?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 600w,
  194.                        https://images.unsplash.com/photo-1568175548680-119155ab3e66?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 1000w" data-sizes="auto" alt="You probably see coupons every day of your life. However, you probably don&#x27;t use all of them. You may not even use one. That is probably because you don&#x27;t realize how many hundreds of dollars are saved by clipping coupons. You can read this article to fin" />
  195. </a>
  196. </figure>
  197. <div class="story-body flex flex-col flex-grow">
  198. <h2 class="story-title text-2xl font-sans text-title leading-tight mb-3"><a href="https://meincke-lane.mdwrite.net/you-probably-see-coupons-every-day-of-your-life-however-you-probably-dont-use-all-of-them-you-may-not-even-use-one-that-is-probably-because-you-dont-realize-how-many-hundreds-1671897280/" class="block">You probably see coupons every day of your life. However, you probably don&#x27;t use all of them. You may not even use one. That is probably because you don&#x27;t realize how many hundreds of dollars are saved by clipping coupons. You can read this article to fin</a></h2>
  199. <div class="hh flex items-center flex-auto relative leading-snug z-4">
  200. <ul class="flex flex-wrap flex-none mr-3 -space-x-2">
  201. <li>
  202. <a href="/author/meincke-lane/" title="Go to the profile of Meincke Lane">
  203. <img class="object-cover rounded-full h-9 w-9" src="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400" alt="Go to the profile of  Meincke Lane" width="36" height="36" />
  204. </a>
  205. </li>
  206. </ul>
  207. <div class="flex-auto overflow-hidden">
  208. <div class="hh-author-name text-sm truncate">
  209. <a href="https://meincke-lane.mdwrite.net/author/meincke-lane/">Meincke Lane</a>
  210. </div>
  211. <div class="hh-date flex items-center text-gray-500 text-sm">
  212. <time class="datetime capitalize" datetime="2022-12-24" title="Updated 24 Dec 2022">24 Dec 2022</time>
  213. <span class="bull mx-1">·</span>
  214. <span class="readingTime cursor-default" title="3 min read">3 min read</span>
  215. </div> </div>
  216. </div>
  217. </div>
  218. </article> <article class="story js-story flex flex-col flex-grow relative mb-3">
  219. <figure class="story-image mb-5 h-52 relative border border-gray-300 bg-gray-200 overflow-hidden">
  220. <a href="https://meincke-lane.mdwrite.net/how-to-save-one-coupon-at-a-time-1671897280/">
  221. <img class="story-img inset-image block blur-up lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://images.unsplash.com/photo-1590891127174-e467d4716c98?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 100w,
  222.                        https://images.unsplash.com/photo-1590891127174-e467d4716c98?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 300w,
  223.                        https://images.unsplash.com/photo-1590891127174-e467d4716c98?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 600w,
  224.                        https://images.unsplash.com/photo-1590891127174-e467d4716c98?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;600&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8cGhvdG98fHx8fHwxNjcxODk3Mjk2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;800 1000w" data-sizes="auto" alt="How To Save, One Coupon At A Time" />
  225. </a>
  226. </figure>
  227. <div class="story-body flex flex-col flex-grow">
  228. <h2 class="story-title text-2xl font-sans text-title leading-tight mb-3"><a href="https://meincke-lane.mdwrite.net/how-to-save-one-coupon-at-a-time-1671897280/" class="block">How To Save, One Coupon At A Time</a></h2>
  229. <div class="hh flex items-center flex-auto relative leading-snug z-4">
  230. <ul class="flex flex-wrap flex-none mr-3 -space-x-2">
  231. <li>
  232. <a href="/author/meincke-lane/" title="Go to the profile of Meincke Lane">
  233. <img class="object-cover rounded-full h-9 w-9" src="https://images.unsplash.com/photo-1623580890503-9f7dca11d8ae?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;crop&amp;fm&#x3D;jpg&amp;h&#x3D;400&amp;ixid&#x3D;MnwxfDB8MXxyYW5kb218MHx8ZmFjZXx8fHx8fDE2NzE4OTY1Mjg&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;utm_campaign&#x3D;api-credit&amp;utm_medium&#x3D;referral&amp;utm_source&#x3D;unsplash_source&amp;w&#x3D;400" alt="Go to the profile of  Meincke Lane" width="36" height="36" />
  234. </a>
  235. </li>
  236. </ul>
  237. <div class="flex-auto overflow-hidden">
  238. <div class="hh-author-name text-sm truncate">
  239. <a href="https://meincke-lane.mdwrite.net/author/meincke-lane/">Meincke Lane</a>
  240. </div>
  241. <div class="hh-date flex items-center text-gray-500 text-sm">
  242. <time class="datetime capitalize" datetime="2022-12-24" title="Updated 24 Dec 2022">24 Dec 2022</time>
  243. <span class="bull mx-1">·</span>
  244. <span class="readingTime cursor-default" title="3 min read">3 min read</span>
  245. </div> </div>
  246. </div>
  247. </div>
  248. </article> </div>
  249. </div></main>
  250. <footer class="footer-light py-10 lg:pt-16 text-center lg:text-left ">
  251. <div class="mx-auto max-w-extreme px-4">
  252. <div class="flex flex-col lg:flex-row justify-between">
  253. <div class="footer-copy text-sm order-3 mt-8 flex-none lg:text-left lg:order-none lg:mt-0">
  254. &copy; 2023 Markdown Write. All rights reserved.
  255. <div class="mt-2">
  256. Design with
  257. <svg class="icon animated infinite pulse" style="color:red;width:15px"><use xlink:href="#icon-heart"></use></svg>
  258. by
  259. <a href="https://godofredo.ninja" class="hover:text-primary" title="Developer FullStack.">@GodoFredoNinja</a>
  260. </div>
  261. </div>
  262. <div class="mx-8">
  263. <nav class="menu-secondary">
  264. <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" role="menu">
  265. <li itemprop="name" role="menuitem" class="inline-block ">
  266. <a itemprop="url" href="#/portal/" class="godo-tracking hover:text-primary font-medium p-2 inline-block" data-event-category="Footer" data-event-action="Menu" data-event-label="Sign up" data-event-non-interaction="true">Sign up</a>
  267. </li>
  268. </ul>
  269. </nav>
  270. </div>
  271. <div class="js-social-media social-media footer-social-media mt-8 flex-none lg:mt-0 is-inline">
  272. <a class="godo-tracking p-2 inline-block hover:opacity-70" data-event-category="Header" data-event-action="Social" data-event-label="Facebook" data-event-non-interaction="true" title="Facebook ghost" aria-label="Facebook ghost" href="https://www.facebook.com/ghost" target="_blank" rel="noopener noreferrer">
  273. <svg class="icon icon--facebook"><use xlink:href="#icon-facebook"></use></svg>
  274. </a>
  275. <a class="godo-tracking p-2 inline-block hover:opacity-70" data-event-category="Header" data-event-action="Social" data-event-label="Twitter" data-event-non-interaction="true" title="Twitter @ghost" aria-label="Twitter @ghost" href="https://twitter.com/ghost" target="_blank" rel="noopener noreferrer">
  276. <svg class="icon icon--twitter"><use xlink:href="#icon-twitter"></use></svg>
  277. </a>
  278. </div>
  279. </div>
  280. </div>
  281. </footer>
  282. </div>
  283. <div id="modal-search" class="js-modal modal search flex flex-col flex-wrap items-center fixed inset-0 z-50">
  284. <div class="absolute inset-0 bg-modal bg-opacity-60 js-modal-close"></div>
  285. <div class="button is-black is-circle absolute js-modal-close z-3 lg:hidden" style="top:5px;right:5px">
  286. <svg class="icon"><use xlink:href="#icon-close"></use></svg>
  287. </div>
  288. <div class="modal-content relative z-2 max-w-2xl w-full pt-vw6 px-5 pb-5">
  289. <div class="search-wrap bg-blank rounded-md shadow-sm">
  290. <form class="search-form flex w-full items-center text-base px-3 h-12">
  291. <svg class="icon icon--search"><use xlink:href="#icon-search"></use></svg>
  292. <input id="search-field" class="w-full is-medium" type="text" placeholder="Search..." aria-label="Search box" />
  293. </form>
  294. <span class="js-search-message search-message text-sm p-2 text-gray-500 leading-none hidden">No results found</span>
  295. <ul id="search-results" class="search-results mx-auto w-full leading-none overflow-auto"></ul>
  296. </div>
  297. <div class="justify-end text-xs leading-none text-white mt-2 hidden md:flex opacity-80">
  298. <div class><span class="p-1 rounded bg-orange inline-block">↑</span> <span class="p-1 rounded bg-orange inline-block">↓</span> Navigate up/down</div>
  299. <div class="ml-3"><span class="p-1 rounded bg-orange inline-block">Enter</span> Go to article</div>
  300. <div class="ml-3"><span class="p-1 rounded bg-orange inline-block">Esc</span> Close search</div>
  301. </div>
  302. </div>
  303. </div>
  304. <div class="loadingBar top-0 fixed right-0 left-0 hidden"></div>
  305. <svg aria-hidden="true" style="position:absolute;width:0;height:0" xmlns="http://www.w3.org/2000/svg" overflow="hidden"><defs><symbol id="icon-link" viewBox="0 0 32 32"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2.25" d="M13 22H9a6 6 0 110-12h4m6 0h4a6 6 0 110 12h-4m-8.794-6H21.92" /></symbol><symbol id="icon-map" viewBox="0 0 32 32"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" d="M28 4L4 15.009h12.5a.5.5 0 01.5.5V28z" /></symbol><symbol id="icon-checkmark" viewBox="0 0 27 32"><path d="M13.333 27.111c6.136 0 11.111-4.974 11.111-11.111S19.47 4.889 13.333 4.889C7.197 4.889 2.222 9.863 2.222 16s4.974 11.111 11.111 11.111zm0 2.222C5.969 29.333 0 23.364 0 16S5.969 2.667 13.333 2.667 26.666 8.636 26.666 16s-5.969 13.333-13.333 13.333zm-1.592-10.398l-4.289-4.287-1.571 1.573 5.861 5.857 9.421-9.443-1.573-1.569-7.849 7.868z" /></symbol><symbol id="icon-sunny" viewBox="0 0 32 32"><path d="M16 24.188a.963.963 0 00-.963.962v2.887a.963.963 0 001.925 0V25.15a.963.963 0 00-.963-.962zM16 3a.963.963 0 00-.963.962v2.887a.963.963 0 001.925 0V3.961a.963.963 0 00-.963-.962zM7.813 16a.963.963 0 00-.963-.963H3.962a.963.963 0 000 1.925H6.85a.963.963 0 00.963-.963zm20.225-.963h-2.887a.963.963 0 000 1.925h2.887a.963.963 0 000-1.926zM9.531 21.506c-.256 0-.5.1-.681.281l-2.044 2.044c-.181.181-.281.425-.281.681a.96.96 0 00.962.962c.256 0 .5-.1.681-.281l2.044-2.044a.966.966 0 000-1.363.96.96 0 00-.681-.281zm12.938-11.012c.256 0 .5-.1.681-.281l2.044-2.044c.181-.181.281-.425.281-.681a.96.96 0 00-.962-.962c-.256 0-.5.1-.681.281l-2.044 2.044c-.181.181-.281.425-.281.681a.96.96 0 00.962.962zm-14.3-3.688c-.181-.181-.425-.281-.681-.281a.96.96 0 00-.962.962c0 .256.1.5.281.681l2.044 2.044c.181.181.425.281.681.281a.96.96 0 00.962-.962c0-.256-.1-.5-.281-.681L8.169 6.806zM23.15 21.788c-.181-.181-.425-.281-.681-.281s-.5.1-.681.281a.966.966 0 000 1.363l2.044 2.044c.181.181.425.281.681.281a.96.96 0 00.962-.962c0-.256-.1-.5-.281-.681l-2.044-2.044zM16 10c-3.306 0-6 2.694-6 6s2.694 6 6 6 6-2.694 6-6-2.694-6-6-6z" /></symbol><symbol id="icon-moon" viewBox="0 0 32 32"><path d="M12.188 7.813c0-1.644.331-3.206.931-4.631-5.7 1.381-9.931 6.513-9.931 12.631 0 7.175 5.825 13 13 13 6.119 0 11.25-4.231 12.631-9.931-1.425.6-2.994.931-4.631.931-6.625 0-12-5.375-12-12z" /></symbol><symbol id="icon-arrow" viewBox="0 0 32 32"><path d="M5.313 17.336h16.232l-7.481 7.481 1.937 1.87 10.688-10.688L16.001 5.311l-1.87 1.87 7.414 7.481H5.313v2.672z" /></symbol><symbol id="icon-close" viewBox="0 0 32 32"><path d="M25.313 8.55l-1.862-1.862-7.45 7.45-7.45-7.45L6.689 8.55l7.45 7.45-7.45 7.45 1.862 1.862 7.45-7.45 7.45 7.45 1.862-1.862-7.45-7.45z" /></symbol><symbol id="icon-comments" viewBox="0 0 32 32"><path d="M26.938 20.038c0-.275.075-.538.206-.762.038-.069.087-.131.131-.194A10.132 10.132 0 0029 13.438C29.019 7.675 24.156 3 18.144 3 12.9 3 8.525 6.569 7.5 11.306c-.15.694-.231 1.4-.231 2.138 0 5.769 4.675 10.569 10.688 10.569.956 0 2.244-.288 2.95-.481s1.406-.45 1.587-.519a1.644 1.644 0 011.212.019l3.544 1.256s.15.063.244.063c.275 0 .5-.219.5-.5a.805.805 0 00-.031-.169l-1.025-3.644z" /><path d="M19.906 24.531c-.225.063-.512.131-.825.2-.656.137-1.494.281-2.125.281-6.012 0-10.688-4.8-10.688-10.569 0-.412.044-.938.094-1.338.037-.269.081-.537.144-.8.063-.281.138-.563.219-.838l-.5.444C4.175 13.698 3 16.249 3 18.905c0 1.831.531 3.594 1.55 5.125.144.219.225.387.2.5s-.744 3.875-.744 3.875a.499.499 0 00.169.481.51.51 0 00.319.113.43.43 0 00.181-.038l3.506-1.381a.972.972 0 01.356-.069s.15-.012.394.081c1.181.462 2.487.75 3.794.75 2.912 0 5.65-1.256 7.506-3.444 0 0 .2-.275.431-.6a9.69 9.69 0 01-.756.231z" /></symbol><symbol id="icon-star" viewBox="0 0 32 32"><path d="M28.938 12h-9.194L16.95 3.662c-.137-.406-.519-.663-.95-.663s-.813.256-.95.663L12.256 12H3c-.55 0-1 .45-1 1 0 .056.006.119.019.169.013.219.112.463.419.706L9.994 19.2l-2.9 8.431c-.144.406 0 .863.344 1.125.181.131.35.244.563.244.206 0 .45-.106.625-.225l7.375-5.256 7.375 5.256c.175.125.419.225.625.225.212 0 .381-.106.556-.244a.99.99 0 00.344-1.125l-2.9-8.431 7.494-5.375.181-.156c.163-.175.325-.412.325-.669 0-.55-.512-1-1.063-1z" /></symbol><symbol id="icon-search" viewBox="0 0 32 32"><path d="M27.719 26.262l-6.675-6.738a9.547 9.547 0 002.094-5.969c0-5.281-4.281-9.563-9.569-9.563S4 8.279 4 13.561s4.281 9.563 9.569 9.563c2.287 0 4.381-.8 6.031-2.137l6.631 6.694a1.025 1.025 0 001.45.038 1.034 1.034 0 00.038-1.456zm-14.15-5.193c-2.006 0-3.894-.781-5.313-2.2s-2.2-3.306-2.2-5.306c0-2.006.781-3.894 2.2-5.306 1.419-1.419 3.306-2.2 5.313-2.2s3.894.781 5.313 2.2a7.46 7.46 0 012.2 5.306 7.438 7.438 0 01-2.2 5.306 7.464 7.464 0 01-5.313 2.2z" /></symbol><symbol id="icon-send" viewBox="0 0 32 32"><path d="M27.244 4.056l-22.944 10a.526.526 0 00.019.956l6.206 3.506a1 1 0 001.144-.113l12.238-10.55c.081-.069.275-.2.35-.125.081.081-.044.269-.113.35L13.556 20.005a.997.997 0 00-.1 1.194l4.056 6.506c.2.394.769.387.95-.012L27.95 4.749a.526.526 0 00-.706-.694z" /></symbol><symbol id="icon-heart" viewBox="0 0 32 32"><path d="M22 3.5h-.063c-2.481 0-4.675 1.313-5.938 3.25-1.262-1.938-3.456-3.25-5.938-3.25h-.063c-3.869.038-7 3.181-7 7.063 0 2.313 1.013 5.594 2.987 8.294 3.763 5.144 10.012 9.644 10.012 9.644s6.25-4.5 10.012-9.644c1.975-2.7 2.988-5.981 2.988-8.294 0-3.881-3.131-7.025-7-7.063z" /></symbol><symbol id="icon-rss" viewBox="0 0 32 32"><path d="M7.494 21.006A3.499 3.499 0 004 24.494c0 1.925 1.569 3.475 3.494 3.475 1.931 0 3.494-1.556 3.494-3.475s-1.563-3.488-3.494-3.488z" /><path d="M4 12v4.994c3 0 5.881.887 8 3.006s3 4.994 3 8h5c0-8.744-7.25-16-16-16z" /><path d="M4 4v4.994c10.688 0 18.994 8.312 18.994 19.006H28C28 14.769 17.25 4 4 4z" /></symbol><symbol id="icon-arrow-forward" viewBox="0 0 32 32"><path d="M18.381 16l-7.944-7.938c-.588-.588-.588-1.537 0-2.119s1.537-.581 2.125 0l9 8.994c.569.569.581 1.481.044 2.069l-9.037 9.056c-.294.294-.681.438-1.063.438s-.769-.144-1.063-.438a1.493 1.493 0 010-2.119l7.938-7.944z" /></symbol><symbol id="icon-twitter" viewBox="0 0 32 32"><path d="M30.75 6.844c-1.087.481-2.25.806-3.475.956a6.079 6.079 0 002.663-3.35 12.02 12.02 0 01-3.844 1.469A6.044 6.044 0 0021.675 4a6.052 6.052 0 00-6.05 6.056c0 .475.05.938.156 1.381A17.147 17.147 0 013.306 5.106a6.068 6.068 0 001.881 8.088c-1-.025-1.938-.3-2.75-.756v.075a6.056 6.056 0 004.856 5.937 6.113 6.113 0 01-1.594.212c-.388 0-.769-.038-1.138-.113a6.06 6.06 0 005.656 4.206 12.132 12.132 0 01-8.963 2.507A16.91 16.91 0 0010.516 28c11.144 0 17.231-9.231 17.231-17.238 0-.262-.006-.525-.019-.781a12.325 12.325 0 003.019-3.138z" /></symbol><symbol id="icon-linkedin" viewBox="0 0 32 32"><path d="M26.075 4H6.05C4.956 4 4 4.787 4 5.869v20.069c0 1.087.956 2.056 2.05 2.056h20.019c1.1 0 1.925-.975 1.925-2.056V5.869C28 4.788 27.169 4 26.075 4zM11.438 24H8V13.312h3.438V24zm-1.6-12.312h-.025c-1.1 0-1.813-.819-1.813-1.844C8 8.8 8.731 8 9.856 8s1.813.794 1.838 1.844c0 1.025-.713 1.844-1.856 1.844zM24 24h-3.438v-5.844c0-1.4-.5-2.356-1.744-2.356-.95 0-1.512.644-1.762 1.269-.094.225-.119.531-.119.844V24h-3.438V13.312h3.438V14.8c.5-.713 1.281-1.738 3.1-1.738 2.256 0 3.962 1.488 3.962 4.694V24z" /></symbol><symbol id="icon-facebook" viewBox="0 0 32 32"><path d="M26.675 4H5.325C4.594 4 4 4.594 4 5.325v21.35C4 27.406 4.594 28 5.325 28H16v-9.5h-2.869V15H16v-2.588c0-3.1 2.15-4.787 4.919-4.787 1.325 0 2.75.1 3.081.144v3.237h-2.206c-1.506 0-1.794.713-1.794 1.762v2.231h3.587l-.469 3.5h-3.119v9.5h6.675c.731 0 1.325-.594 1.325-1.325V5.324c0-.731-.594-1.325-1.325-1.325z" /></symbol><symbol id="icon-github" viewBox="0 0 32 32"><path d="M16 2C8.269 2 2 8.431 2 16.356c0 6.344 4.013 11.719 9.575 13.619.088.019.162.025.238.025.519 0 .719-.381.719-.712 0-.344-.012-1.244-.019-2.444a6.387 6.387 0 01-1.412.169c-2.694 0-3.306-2.094-3.306-2.094-.638-1.656-1.556-2.1-1.556-2.1-1.219-.856-.006-.881.088-.881h.006c1.406.125 2.144 1.488 2.144 1.488.7 1.225 1.637 1.569 2.475 1.569.656 0 1.25-.212 1.6-.375.125-.925.488-1.556.887-1.919-3.106-.363-6.375-1.594-6.375-7.094 0-1.569.544-2.85 1.438-3.85-.144-.363-.625-1.825.137-3.8 0 0 .1-.031.313-.031.506 0 1.65.194 3.537 1.506a13.098 13.098 0 013.506-.481c1.188.006 2.387.162 3.506.481 1.887-1.313 3.031-1.506 3.538-1.506.212 0 .313.031.313.031.762 1.975.281 3.438.137 3.8.894 1.006 1.438 2.287 1.438 3.85 0 5.513-3.275 6.725-6.394 7.081.5.444.95 1.319.95 2.656 0 1.919-.019 3.469-.019 3.938 0 .337.194.719.712.719.075 0 .163-.006.25-.025 5.569-1.9 9.575-7.281 9.575-13.619 0-7.925-6.269-14.356-14-14.356z" /></symbol><symbol id="icon-instagram" viewBox="0 0 32 32"><path d="M21 6c1.325 0 2.581.525 3.531 1.469S26 9.675 26 11v10c0 1.325-.525 2.581-1.469 3.531S22.325 26 21 26H11c-1.325 0-2.581-.525-3.531-1.469S6 22.325 6 21V11c0-1.325.525-2.581 1.469-3.531S9.675 6 11 6h10zm0-2H11c-3.85 0-7 3.15-7 7v10c0 3.85 3.15 7 7 7h10c3.85 0 7-3.15 7-7V11c0-3.85-3.15-7-7-7z" /><path d="M22.5 11c-.831 0-1.5-.669-1.5-1.5S21.669 8 22.5 8a1.5 1.5 0 010 3zM16 12c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4zm0-2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6z" /></symbol><symbol id="icon-youtube" viewBox="0 0 32 32"><path d="M31.788 9.3c0-2.813-2.069-5.075-4.625-5.075A227.074 227.074 0 0016.563 4h-1.125c-3.6 0-7.137.063-10.6.225C2.288 4.225.219 6.5.219 9.312A91.857 91.857 0 000 15.987c-.006 2.225.063 4.45.212 6.681 0 2.813 2.069 5.094 4.619 5.094 3.637.169 7.369.244 11.162.238 3.8.012 7.519-.063 11.162-.238 2.556 0 4.625-2.281 4.625-5.094a95.12 95.12 0 00.212-6.688 91.544 91.544 0 00-.206-6.681zm-18.85 12.819V9.838l9.063 6.137-9.063 6.144z" /></symbol><symbol id="icon-whatsapp" viewBox="0 0 32 32"><path d="M16.254 2C8.663 2 2.509 8.106 2.509 15.639c0 2.577.721 4.987 1.972 7.043L2 30l7.61-2.418a13.777 13.777 0 006.644 1.697C23.846 29.279 30 23.172 30 15.64S23.846 2.001 16.254 2.001zm6.835 18.819c-.323.802-1.786 1.533-2.431 1.567s-.663.5-4.178-1.027c-3.514-1.527-5.628-5.24-5.795-5.479s-1.361-1.94-1.297-3.653c.065-1.713 1.003-2.522 1.338-2.858s.718-.397.952-.401c.277-.005.456-.008.661-.001s.512-.043.778.665c.266.708.903 2.447.984 2.624s.132.383.006.611c-.126.228-.19.371-.373.568s-.386.44-.55.591c-.182.167-.373.348-.181.704s.853 1.522 1.861 2.484c1.295 1.236 2.412 1.646 2.756 1.832.345.188.55.167.764-.058.213-.225.915-.984 1.162-1.323s.479-.273.796-.146c.317.128 2.01 1.035 2.355 1.222s.575.283.657.431c.082.149.056.846-.267 1.647z" /></symbol><symbol id="icon-reddit" viewBox="0 0 28 28"><path d="M28 13.219A3.105 3.105 0 0126.297 16c.125.484.187.984.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-.5.063-1 .172-1.469A3.135 3.135 0 010 13.219a3.107 3.107 0 015.375-2.125c2.109-1.469 4.922-2.422 8.047-2.531L15.235.422a.547.547 0 01.641-.406l5.766 1.266a2.337 2.337 0 014.422 1.047 2.34 2.34 0 01-2.344 2.344 2.334 2.334 0 01-2.328-2.328l-5.219-1.156-1.625 7.375c3.141.094 5.984 1.031 8.109 2.5a3.063 3.063 0 012.234-.953A3.107 3.107 0 0128 13.22zM6.531 16.328a2.338 2.338 0 002.328 2.344 2.34 2.34 0 002.344-2.344A2.338 2.338 0 008.859 14a2.334 2.334 0 00-2.328 2.328zm12.656 5.547a.557.557 0 000-.812.566.566 0 00-.797 0c-.938.953-2.953 1.281-4.391 1.281s-3.453-.328-4.391-1.281a.566.566 0 00-.797 0 .557.557 0 000 .812c1.484 1.484 4.344 1.594 5.187 1.594s3.703-.109 5.187-1.594zm-.046-3.203a2.338 2.338 0 002.328-2.344A2.334 2.334 0 0019.141 14a2.338 2.338 0 00-2.344 2.328 2.34 2.34 0 002.344 2.344z" /></symbol></defs></svg>
  306. <script>
  307.        var siteUrl = 'https://mdwrite.net';
  308.        var siteSearch = '/assets/scripts/search.js?v=2cf478aaac';
  309.        var prismJs = '/assets/scripts/prismjs.js?v=2cf478aaac';
  310.        var prismJsComponents = 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/components/';
  311.    </script>
  312. <script src="/assets/scripts/main.js?v=2cf478aaac"></script>
  313. </body>
  314. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda