Merge pull request #8 from ok2/codex/fix-seconds-formatting-issue-in-description

Prevent phone number detection in Safari
This commit is contained in:
Kiyomichi Kosaka 2025-06-14 23:08:33 +02:00 committed by GitHub
commit 80a05bd8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<title>CoBiE Time System Calendar</title>
<link rel="stylesheet" href="style.css">
</head>