Skip to content

Instantly share code, notes, and snippets.

View chilledoj's full-sized avatar

Oliver Jackman chilledoj

View GitHub Profile
@chilledoj
chilledoj / base.gohtml
Last active April 18, 2022 19:27
Go Std Library HTTP Code Snippets
{{define "base"}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
<link href='https://cdn.jsdelivr.net/npm/css.gg/icons/all.css' rel='stylesheet'>
<title>{{defTitle .Title}}</title>
</head>