motd test

by rough cheap

HTML

<div class="motd">
もしかすると、<br>
今日はあなたにあえるかもしれない
</div>

JavaScript

!function() {
	let motd = document.getElementsByClassName("motd").item(0);
}();