Set up gcloud and kubectl credentials
gcloud container clusters get-credentials antoine-cluster --zone europe-west4-c
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Autocompletion Form</title> | |
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> | |
<style> | |
#suggestions { | |
display: none; |
const axios = require('axios'); | |
const privateAppToken = "your-private-app-token-here-dqdsqs-qsdsqdsq"; | |
const axiosConfig = { | |
headers: { | |
authorization: `Bearer ${privateAppToken}` |
<!-- 👇 Scroll down 👇 --> | |
{# variables #} | |
{% set my_variable = 'Hello world' %} | |
{# get variables from somewhere else #} | |
{% import 'path/to/hubl-variables.html' as site_vars %} | |
{{ site_vars.my_external_variable }} | |
// always check for the most current version of Workbox
// https://github.com/GoogleChrome/workbox/releases
importScripts('https://storage.googleapis.com/workbox-cdn/releases/5.1.3/workbox-sw.js');
const OFFLINE_HTML = '/offline/offline.html';
const PRECACHE = [
{ url: OFFLINE_HTML, revision: '70f044fda3e9647a98f084763ae2c32a' }
curl --user-agent "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.1 Mobile Safari/537.36 (compatible);" -v $@ | |
gtag('event', 'purchase', { | |
"transaction_id": "24.031608523954162", | |
"affiliation": "Google online store", | |
"value": 23.07, | |
"currency": "USD", | |
"tax": 1.24, | |
"shipping": 0, | |
"items": [ | |
{ | |
"id": "P12345", |