diff options
author | zlg <zlg@zlg.space> | 2025-08-27 22:40:35 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2025-08-27 22:40:35 -0700 |
commit | 48c7773bedc1eb4745e4482f935656fd519c6058 (patch) | |
tree | 6c5a359e0264b35cbfad71a560e783e83f1c8418 | |
parent | Add Persona 5 Phansite-like countdown style (diff) | |
download | zsst-48c7773bedc1eb4745e4482f935656fd519c6058.tar.gz zsst-48c7773bedc1eb4745e4482f935656fd519c6058.tar.bz2 zsst-48c7773bedc1eb4745e4482f935656fd519c6058.tar.xz zsst-48c7773bedc1eb4745e4482f935656fd519c6058.zip |
make_timer.html: Ensure UTF-8 is used for the form
-rw-r--r-- | make_timer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make_timer.html b/make_timer.html index 1a2704c..173b884 100644 --- a/make_timer.html +++ b/make_timer.html @@ -1,6 +1,7 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> <title>ZLG's Simple Stream Timer</title> <link rel="stylesheet" type="text/css" href="./timer.css"> </head> |