H1ヘッダー
いろんな文章を記載
いろんな文章を記載
いろんな文章を記載
H2ヘッダー
いろんな文章を記載
いろんな文章を記載
いろんな文章を記載
H3ヘッダー
いろんな文章を記載
いろんな文章を記載
いろんな文章を記載
H4ヘッダー
いろんな文章を記載
いろんな文章を記載
いろんな文章を記載
H5ヘッダー
いろんな文章を記載
いろんな文章を記載
いろんな文章を記載
ちなみに、リンクと同じ色。
https://github.com/yuru7/HackGen
コードテスト
if(localStorage.getItem('karasu_koteitag') != "" && document.querySelector('.koteitag-select__select') != null ){
var option1 = document.createElement("option");
option1.text = "プログラムを選択"
option1.value = "";
option1.disabled = true
option1.selected = true
koteiselect.appendChild(option1);
var option2 = document.createElement("option");
option2.text = "タグなし"
option2.value = "command: user_config\ntags: null";
koteiselect.appendChild(option2);
You must log in or # to comment.