HTML初期設定
HTML
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<title>タイトル</title>
<link href="style.css?<?=time()?>" rel="stylesheet">
</head>
<body>
コンテンツ
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
</body>
</html>jQueryのCDN読み込みは適宜削除。