AMPファイルに対応するため追加するのは下の2つになります。
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end)
0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal
both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start
8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes
-amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes
-amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes
-amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style
amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;_
-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
インラインでスタイルシートを追加するには、<style amp-custom> ~ </style>を使用します。
詳しくは「Step2:手動でAMPファイルを作成しAMPテストする」を参照してください。
■手順
1)変換ファイルから</head>を検索しLeft関数で</head>までを取り出します。
2)Right関数で</head>以後を取り出します。
3)Left関数で取り出した文字 + 追加する文字 + Right関数で取り出した文字 で完了です。
Left関数については「LEFT、LEFTB 文字列の左から指定文字数を取り出す」を、Right関数については「RIGHT、RIGHTB 文字列の右から指定文字数を取り出す」を参照してください。
■■■
このサイトの内容を利用して発生した、いかなる問題にも一切責任は負いませんのでご了承下さい
■■■
当ホームページに掲載されているあらゆる内容の無許可転載・転用を禁止します