Cookbook Recipe Template
TL;DR
A template for making recipes
<head>
<!-- Content for <head> 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
- asdf
- wer