Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git.

This commit is contained in:
Zed A. Shaw 2025-07-25 11:35:04 -04:00
parent d12817f4cc
commit ec7298cce0
36 changed files with 112 additions and 902 deletions

View file

@ -2,6 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="initial-scale=1.0" />
<meta name="author" content="Zed A. Shaw" />
<meta name="description" content="My Go learning project, which is a Twitch support thing." />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">