HTML / ページの雛形

HTML / ページの雛形

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
        <title>ほげほげのページ</title>
        <meta name="description" content="説明文" />
        <!-- 一部のブラウザで電話番号っぽいところが自動リンクになることを抑止 -->
        <meta name="format-detection" content="telephone=no" />
        <link rel="shortcut icon" href="favicon.ico" />
        <link rel="stylesheet" href="css/hoge.css" />
        <script>
            document.addEventListener("DOMContentLoaded", function(e){
            });
        </script>
    </head>
    <body>
 
    </body>
</html>

Tags

html/page_template.txt · 最終更新: 2021-11-25 23:05 by ore