Skip to content

Instantly share code, notes, and snippets.

@xdpirate
xdpirate / Checklister.html
Created September 15, 2024 22:55
HTML/JS template for making checklists. Download the file, edit the variables `checklistName`, `footerInformationHTML` and `checklists`, then open the HTML in your browser. Checklist states will be saved and can be cleared by clicking the link at the bottom of the page.
<html>
<head>
<title>Checklister</title>
<style>
html, body {
color: #e5e9f0;
background-color: #3b4252;
font-family: Arial, Helvetica, sans-serif;