Skip to content

Instantly share code, notes, and snippets.

View BrianHoldsworth's full-sized avatar

Brian Holdsworth BrianHoldsworth

View GitHub Profile
#!/bin/sh
head -n 4096 /dev/urandom | openssl md5 | base64
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px;
color: #333;
}