commit 245c2b334ebc6979c128c0ad7be5cc4f195c5712
parent d8f23654b05a3622e00b5a85298fce01ad9e0f16
Author: Hunter
Date: Fri, 6 Feb 2026 18:50:58 -0500
rename project (zine studio)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
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, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
- <title>zine workshop</title>
+ <title>zine studio</title>
<link rel="stylesheet" href="resources/editor.css">
<script type="module">
import {EditorView, keymap, placeholder, lineNumbers, Decoration, EditorState, Compartment, defaultKeymap, indentWithTab, undo, redo, undoDepth, redoDepth, history, historyKeymap, closeBrackets, closeBracketsKeymap, autocompletion, acceptCompletion, completionKeymap, completionStatus, currentCompletions, selectedCompletionIndex, startCompletion, closeCompletion, moveCompletionSelection, setSelectedCompletion, html, githubDark, indentUnit, search, searchKeymap, closeSearchPanel, openSearchPanel} from "./resources/codemirror-bundle.js"
diff --git a/resources/html-utils.js b/resources/html-utils.js
@@ -34,7 +34,7 @@ export function updateMainPageTitleAndFavicon(title, favicon) {
if (title) {
document.title = title;
} else {
- document.title = 'zine workshop';
+ document.title = 'zine studio';
}
let faviconLink = document.querySelector('link[rel="icon"]');
if (!faviconLink) {