motd test
by rough cheap
HTML
<div class="motd">
もしかすると、<br>
今日はあなたにあえるかもしれない
</div>
JavaScript
!function() {
let motd = document.getElementsByClassName("motd").item(0);
}();
by rough cheap
<div class="motd">
もしかすると、<br>
今日はあなたにあえるかもしれない
</div>
!function() {
let motd = document.getElementsByClassName("motd").item(0);
}();