Cookbook Home ~ alanwsmith.com ~ links ~ podcast ~ twitter

Cookbook Recipe Template

TL;DR

A template for making recipes

<head>

<!-- Content for &lt;head&gt; goes here -->

HTML

<p>A template for making recipes</p>

CSS

/* Any styles for the page go here */

JavaScript

const kickoff = () => {
    console.log("kickoff")
}

document.addEventListener('DOMContentLoaded', kickoff)

TODO

References