Date: [date]
Between us [company name] and you [customer name].
In short; neither of us will share any confidential information about each-other, by any means, with anyone else.
| javascript:(function () { document.querySelectorAll("relative-time").forEach(function (el) { var p = el.parentNode; var t = el.title; var s = document.createElement("span"); s.innerHTML = t; p.removeChild(el); p.appendChild(s); }); })(); |
| <html> | |
| <head> | |
| <link href="/css/output.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div class="bg-green-700 text-white p-5"> | |
| <h1>Pricing</h1> | |
| <a href="/">< Back home</a> | |
| </div> |
| import { Context } from "netlify:edge" | |
| export default async (request: Request, context: Context) => { | |
| const url = new URL(request.url) | |
| context.log(`Updating price ${url}`) | |
| // Get the page content | |
| const response = await context.next() | |
| const page = await response.text() |
| <?php | |
| // -- modules/Module.php -- | |
| namespace modules; | |
| use Craft; | |
| use craft\base\Element; | |
| use craft\elements\Entry; | |
| use craft\events\RegisterPreviewTargetsEvent; |
http://stuffandnonsense.co.uk/projects/protection-racket
If you use this GDPR privacy policy template, consider saying thank you with a small donation. https://paypal.me/malarkey/20gbp
Last updated: []