fix: prevent phone number detection

This commit is contained in:
Kiyomichi Kosaka 2025-06-14 23:07:48 +02:00
parent 1a8453dc15
commit 3fe95fc848

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>