なのに style はインラインで書けるだけで外部ファイルのロードはできない
link タグとかぱっと分かりづらいし href 以外に rel="stylesheet" って属性も必要
style に揃えたいと思って考えみたら import するだけでいけた
<!doctype html>
<style>@import url(style.css)</style>
<h1>a</h1>
<!doctype html>
<style>@import url(style.css)</style>
<h1>a</h1>