commit 1126c86b10f630c229a88f6741ce27c411f4b830
parent f30925008b91cc08e916cfa89a0ffe1473e85fb2
Author: Hunter
Date:   Thu, 10 Jul 2025 20:25:53 -0400

rebrand

Diffstat:
MREADME.md | 4++--
Mindex.html | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# HTML Laboratory 🛼 +# Web Workshop 🛼 Craft handmade websites in their natural habitat (your web browser). @@ -6,7 +6,7 @@ Craft handmade websites in their natural habitat (your web browser). ## Usage -1. Open `index.html` in your web browser (or <a href="https://hunterirving.github.io/html_laboratory/">click here</a>) +1. Open `index.html` in your web browser (or <a href="https://hunterirving.github.io/web_workshop/">click here</a>) 2. Start typing HTML in the editor pane - The preview pane will rerender when you're done typing - Your work is automatically saved and restored when you reload the page diff --git a/index.html b/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>HTML Laboratory</title> + <title>Web Workshop</title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛼</text></svg>"> <script type="module"> import {EditorView, keymap, placeholder} from "https://esm.sh/@codemirror/view@6"